Skip to content

Commit

Permalink
Updated setup-msbuild action
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Jan 16, 2024
1 parent 0983cd3 commit dc1f9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: nuget restore wtrace.sln

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.1

- name: Build Release using MSBuild
run: msbuild wtrace.sln -m /p:Configuration=Release
Expand Down

0 comments on commit dc1f9a6

Please sign in to comment.