Use Preview
This commit is contained in:
Родитель
b9f05c64cb
Коммит
6f60adbe26
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче