Skip to content

Commit

Permalink
Update deploy-to-iis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound authored Aug 28, 2020
1 parent 5b00ee9 commit e36a510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-iis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16

# Restore .NET Framework Project Packages
# NuGet restore for .NET Framework projects.
- name: NuGet Restore
uses: nuget/setup-nuget@v1
- run: nuget restore .\Agent.Installer.Win\packages.config
- run: nuget restore $env:Solution_Name

# Execute all unit tests in the solution
- name: Execute unit tests
Expand Down

0 comments on commit e36a510

Please sign in to comment.