Skip to content

Commit

Permalink
attempt to clean prior to building
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Feb 5, 2024
1 parent 4ce0ae9 commit 7edc733
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test-windows-iis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,19 @@ jobs:
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}

- name: Add msbuild to PATH
uses: microsoft/[email protected]
uses: microsoft/setup-msbuild@v2


- name: Clean the application
shell: cmd
run: msbuild /t:Clean /p:Configuration=Release

- name: Restore the application
shell: cmd
run: msbuild /t:Restore /p:Configuration=Release

- name: Build the application
shell: cmd
run: |
Expand Down

0 comments on commit 7edc733

Please sign in to comment.