From 5d846d78c2e0be3e61860c1482c9e8bd74c160b4 Mon Sep 17 00:00:00 2001 From: James Clancey Date: Thu, 29 Sep 2022 11:28:11 -0800 Subject: [PATCH] Update dev.yml --- .github/workflows/dev.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index bb028b07..966e1e4b 100644 --- a/.github/workflows/dev.yml +++ b/.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