This commit is contained in:
James Clancey 2021-10-25 14:38:03 -08:00
Родитель 5ffd40bb25
Коммит 5d7105152d
1 изменённых файлов: 7 добавлений и 3 удалений

10
.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 -Version 6.0.100-rc.2.21478.37 -InstallDir "$env:ProgramFiles\dotnet\" -Verbose
& .\dotnet-install.ps1 -Version 6.0.100-rtm.21521.3 -InstallDir "$env:ProgramFiles\dotnet\" -Verbose
& dotnet --list-sdks
- name: Install Visual Studio Preview
@ -59,8 +59,12 @@ jobs:
- name: Install Maui Workload
shell: pwsh
run: |
& dotnet workload update --from-rollback-file https://aka.ms/dotnet/maui/main.json --source https://aka.ms/dotnet6/nuget/index.json
& dotnet workload install maui --skip-manifest-update --source https://aka.ms/dotnet6/nuget/index.json
& dotnet workload install android ios maccatalyst tvos macos maui wasm-tools `
--from-rollback-file https://aka.ms/dotnet/maui/main.json `
--source https://aka.ms/dotnet6/nuget/index.json `
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-6f411658/nuget/v3/index.json `
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-1ec2e17f/nuget/v3/index.json
- name: Restore Comet-Nuget.sln