Skip to content

Commit a5bd0e1

Browse files
authored
Merge pull request #245 from DOCGroup/dependabot/github_actions/microsoft/setup-msbuild-3
Bump microsoft/setup-msbuild from 2 to 3
2 parents db4bd7b + 2fecdd4 commit a5bd0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:TAO_ROOT}/TAO_ACE.mwc -workers 4
9393
shell: pwsh
9494
- name: Setup msbuild
95-
uses: microsoft/setup-msbuild@v2
95+
uses: microsoft/setup-msbuild@v3
9696
- name: Build solution $(TAO_ROOT)/TAO_ACE.sln
9797
run: |
9898
msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} ${env:TAO_ROOT}/TAO_ACE.sln

0 commit comments

Comments
 (0)