Skip to content

Commit

Permalink
clean after doing a build to avoid filling up the disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith authored and Dan Smith committed Jul 20, 2023
1 parent 9dae0aa commit 6b1bf3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frequent_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: msbuild
run: |
msbuild six.sln /p:configuration=${{ matrix.configuration }}
msbuild six.sln /p:configuration=${{ matrix.configuration }} /t:Clean
build-msbuild-windows:
strategy:
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
- name: msbuild
run: |
msbuild six.sln /p:configuration=${{ matrix.configuration }}
msbuild six.sln /p:configuration=${{ matrix.configuration }} /t:Clean
#- name: vstest
# uses: microsoft/[email protected] # https://github.com/marketplace/actions/vstest-action
# with:
Expand Down

0 comments on commit 6b1bf3c

Please sign in to comment.