Skip to content

Commit a9ddfb9

Browse files
authored
Merge pull request DOCGroup#197 from DOCGroup/dependabot/github_actions/microsoft/setup-msbuild-2
Bump microsoft/setup-msbuild from 1 to 2
2 parents 9a8c34c + 2b7dcfd commit a9ddfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:TAO_ROOT}/TAO_ACE.mwc -workers 4
109109
shell: pwsh
110110
- name: Setup msbuild
111-
uses: microsoft/setup-msbuild@v1
111+
uses: microsoft/setup-msbuild@v2
112112
- name: Build solution $(TAO_ROOT)/TAO_ACE.sln
113113
run: |
114114
msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} ${env:TAO_ROOT}/TAO_ACE.sln

0 commit comments

Comments
 (0)