We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db4bd7b + 2fecdd4 commit a5bd0e1Copy full SHA for a5bd0e1
1 file changed
.github/workflows/windows.yml
@@ -92,7 +92,7 @@ jobs:
92
perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:TAO_ROOT}/TAO_ACE.mwc -workers 4
93
shell: pwsh
94
- name: Setup msbuild
95
- uses: microsoft/setup-msbuild@v2
+ uses: microsoft/setup-msbuild@v3
96
- name: Build solution $(TAO_ROOT)/TAO_ACE.sln
97
run: |
98
msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} ${env:TAO_ROOT}/TAO_ACE.sln
0 commit comments