This commit is contained in:
Rui Marinho 2021-05-27 19:23:53 +01:00
Родитель b9f05c64cb
Коммит 6f60adbe26
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 87D2837A9AEED71E
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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