Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Update dotnet-core-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai authored Nov 17, 2020
1 parent 9fae60a commit 4b3bdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16
uses: microsoft/setup-msbuild@v1.0.2

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
shell: pwsh

- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected].2
uses: NuGet/[email protected].5

- name: Add private GitHub registry to NuGet
run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/Analogy-LogViewer/index.json -Username Analogy-LogViewer -Password ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4b3bdf6

Please sign in to comment.