Skip to content

Commit

Permalink
Update microsoft/setup-msbuild action to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent 7d4cc84 commit a858e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: src

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

- name: Build
run: msbuild ReswCodeGen.sln /property:Configuration=Release /t:Rebuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: src

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

- name: Build
run: msbuild /property:Configuration=Release /t:Rebuild
Expand Down

0 comments on commit a858e65

Please sign in to comment.