Updated Maui
This commit is contained in:
Родитель
4ecaac2574
Коммит
e0f4424ffc
|
@ -48,15 +48,11 @@ jobs:
|
|||
- name: Install Maui Workload
|
||||
shell: pwsh
|
||||
run: |
|
||||
& dotnet workload install maui `
|
||||
--skip-sign-check `
|
||||
--from-rollback-file https://aka.ms/dotnet/maui/6.0.300/rc.3.json `
|
||||
--source https://aka.ms/dotnet6/nuget/index.json `
|
||||
--source https://api.nuget.org/v3/index.json
|
||||
& dotnet workload install maui
|
||||
|
||||
|
||||
- name: Set Maui Version
|
||||
run: dotnet run --project build/MauiVersionUpdater/MauiVersionUpdater.csproj -- https://aka.ms/dotnet/maui/6.0.300/rc.3.json
|
||||
# - name: Set Maui Version
|
||||
# run: dotnet run --project build/MauiVersionUpdater/MauiVersionUpdater.csproj -- https://aka.ms/dotnet/maui/6.0.300/rc.3.json
|
||||
|
||||
- name: Restore Comet-Nuget.sln
|
||||
run: msbuild /r build/Comet-Nuget.sln
|
||||
|
|
|
@ -49,15 +49,11 @@ jobs:
|
|||
- name: Install Maui Workload
|
||||
shell: pwsh
|
||||
run: |
|
||||
& dotnet workload install maui `
|
||||
--skip-sign-check `
|
||||
--from-rollback-file https://aka.ms/dotnet/maui/6.0.300/rc.3.json `
|
||||
--source https://aka.ms/dotnet6/nuget/index.json `
|
||||
--source https://api.nuget.org/v3/index.json
|
||||
& dotnet workload install maui
|
||||
|
||||
|
||||
- name: Set Maui Version
|
||||
run: dotnet run --project build/MauiVersionUpdater/MauiVersionUpdater.csproj -- https://aka.ms/dotnet/maui/6.0.300/rc.3.json
|
||||
# - name: Set Maui Version
|
||||
# run: dotnet run --project build/MauiVersionUpdater/MauiVersionUpdater.csproj -- https://aka.ms/dotnet/maui/6.0.300/rc.3.json
|
||||
|
||||
- name: Restore Comet-Nuget.sln
|
||||
run: msbuild /r build/Comet-Nuget.sln
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<MauiVersion>6.0.300-rc.1.5355</MauiVersion>
|
||||
<MauiVersion>6.0.312</MauiVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bb116a4a908174c33a1d62de3dee833c8a125372
|
||||
Subproject commit c121ea3a06bc8139c061379c077cdd7e751886d1
|
Загрузка…
Ссылка в новой задаче