From 56dbbc82d8d34f9d7c1c465502129f308d0e5320 Mon Sep 17 00:00:00 2001 From: David Watson Date: Fri, 23 Aug 2024 18:24:05 +0100 Subject: [PATCH] delete unneeded --- .github/workflows/dotnet-desktop.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index bf12c62..e5d4b90 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -35,16 +35,6 @@ jobs: uses: microsoft/setup-msbuild@v2 - # Install NuGet CLI - - name: Install NuGet CLI - run: | - choco install nuget.commandline - - # Authenticate with Azure Artifacts - - name: Authenticate with Azure Artifacts - run: | - nuget sources add -name "AzureArtifacts" -source "${{ vars.SDL_NUGET }}" -username "AzureArtifacts" -password "${{ secrets.AZURE_ARTIFACT_PAT }}" - - name: Restore the application run: msbuild $env:Solution_Name /t:Restore /p:Configuration=Release