diff --git a/.github/workflows/main-template.yml b/.github/workflows/main-template.yml index b3469b59..370eaa06 100644 --- a/.github/workflows/main-template.yml +++ b/.github/workflows/main-template.yml @@ -29,7 +29,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 -InstallDir "$env:ProgramFiles\dotnet\" -Verbose + & .\dotnet-install.ps1 -InstallDir "$env:ProgramFiles\dotnet\" -Verbose & dotnet --list-sdks # - name: Install Visual Studio Preview diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e84db5e..e82d9421 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.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,7 @@ jobs: shell: pwsh 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 + --skip-sign-check - name: Restore Comet-Nuget.sln run: msbuild /r build/Comet-Nuget.sln