diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index ad861f594d..0466445100 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -21,7 +21,7 @@ parameters: variables: # MSIXVersion's second part should always be odd to account for stub app's version - MSIXVersion: '0.1701' + MSIXVersion: '0.1801' VersionOfSDK: '0.700' solution: '**/DevHome.sln' appxPackageDir: 'AppxPackages' diff --git a/build/scripts/CreateBuildInfo.ps1 b/build/scripts/CreateBuildInfo.ps1 index a220495984..d18f35781d 100644 --- a/build/scripts/CreateBuildInfo.ps1 +++ b/build/scripts/CreateBuildInfo.ps1 @@ -6,7 +6,7 @@ Param( ) $Major = "0" -$Minor = "17" +$Minor = "18" $Patch = "99" # default to 99 for local builds $versionSplit = $Version.Split(".");