Skip to content

Commit

Permalink
delete unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
rwsdwatson committed Aug 23, 2024
1 parent 6228396 commit 56dbbc8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56dbbc8

Please sign in to comment.