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 Jan 17, 2021
1 parent 1233d25 commit 0e99ad8
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 @@ -96,11 +96,11 @@ jobs:

# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v1.6.0
uses: actions/setup-dotnet@v1.7.2

# 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

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

0 comments on commit 0e99ad8

Please sign in to comment.