diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40ede7e..cf7a250 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,8 +84,7 @@ stages: # displayName: install .NET $(DotNetVersion) # errorActionPreference: stop - # - script: dotnet vs install enterprise preview +mobile --quiet - # displayName: install vs preview + # - powershell: | # & dotnet tool update --global redth.net.maui.check --version $(MauiCheck.Version) --add-source https://api.nuget.org/v3/index.json @@ -96,6 +95,8 @@ stages: - script: dotnet tool restore displayName: install dotnet tools + - script: dotnet vs install enterprise preview +mobile --quiet + displayName: install vs preview - script: dotnet cake --configuration=Release displayName: pack nugets diff --git a/eng/package.ps1 b/eng/package.ps1 index da57600..aa5c92c 100644 --- a/eng/package.ps1 +++ b/eng/package.ps1 @@ -1,6 +1,6 @@ param( [string] $configuration = 'Debug', - [string] $msbuild = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" + [string] $msbuild = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin\MSBuild.exe" ) $OnWindows = $TRUE