Skip to content

Commit

Permalink
Merge pull request #136 from christianhelle/renovate/microsoft-setup-…
Browse files Browse the repository at this point in the history
…msbuild-1.x

Update microsoft/setup-msbuild action to v1.3
  • Loading branch information
christianhelle authored Dec 12, 2023
2 parents 83246e0 + a858e65 commit 935510c
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 935510c

Please sign in to comment.