Skip to content

Commit 49ae3c2

Browse files
authored
Merge pull request #2519 from DOCGroup/dependabot/github_actions/microsoft/setup-msbuild-3
Bump microsoft/setup-msbuild from 2 to 3
2 parents 2b6cc4d + 7613bdb commit 49ae3c2

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
@@ -147,7 +147,7 @@ jobs:
147147
perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:TAO_ROOT}/tests/IDL_Test -workers 4 ${{ matrix.OptionalMpcArgs }}
148148
shell: pwsh
149149
- name: Setup msbuild
150-
uses: microsoft/setup-msbuild@v2
150+
uses: microsoft/setup-msbuild@v3
151151
- name: Build solution TAO/TAO_ACE.sln
152152
run: msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} TAO/TAO_ACE.sln
153153
- name: Build solution ACE/tests/tests.sln

0 commit comments

Comments
 (0)