We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b6cc4d + 7613bdb commit 49ae3c2Copy full SHA for 49ae3c2
1 file changed
.github/workflows/windows.yml
@@ -147,7 +147,7 @@ jobs:
147
perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:TAO_ROOT}/tests/IDL_Test -workers 4 ${{ matrix.OptionalMpcArgs }}
148
shell: pwsh
149
- name: Setup msbuild
150
- uses: microsoft/setup-msbuild@v2
+ uses: microsoft/setup-msbuild@v3
151
- name: Build solution TAO/TAO_ACE.sln
152
run: msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} TAO/TAO_ACE.sln
153
- name: Build solution ACE/tests/tests.sln
0 commit comments