Skip to content

Commit

Permalink
Testing a fix I found on the main github issue related to this massiv…
Browse files Browse the repository at this point in the history
…e problem that somehow is affecting most likely everyone using external runners that upgraded to 16.10 dotnet/msbuild#6373 (comment)
  • Loading branch information
BrunoC-L committed Jun 12, 2021
1 parent e738087 commit 80fdb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild debug client testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:

- name: Build-App-Targetted
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /t:app/app /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
run: msbuild /m /t:app:Rebuild /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

0 comments on commit 80fdb0d

Please sign in to comment.