This commit is contained in:
James Clancey 2022-09-29 11:28:11 -08:00
Родитель e94b56f011
Коммит 5d846d78c2
1 изменённых файлов: 1 добавлений и 6 удалений

7
.github/workflows/dev.yml поставляемый
Просмотреть файл

@ -33,7 +33,7 @@ jobs:
run: |
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile dotnet-install.ps1
& .\dotnet-install.ps1 -Quality daily -Channel 6.0.3xx -InstallDir "$env:ProgramFiles\dotnet\" -Verbose
& .\dotnet-install.ps1 -InstallDir "$env:ProgramFiles\dotnet\" -Verbose
& dotnet --list-sdks
# - name: Install Visual Studio Preview
@ -50,13 +50,8 @@ jobs:
run: |
& dotnet workload install maui `
--skip-sign-check `
--from-rollback-file http://aka.ms/dotnet/maui/6.0.300.json `
--source https://api.nuget.org/v3/index.json
- name: Set Maui Version
run: dotnet run --project build/MauiVersionUpdater/MauiVersionUpdater.csproj -- http://aka.ms/dotnet/maui/6.0.300.json
- name: Restore Comet-Nuget.sln
run: msbuild /r build/Comet-Nuget.sln