We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8c34c commit 2b7dcfdCopy full SHA for 2b7dcfd
.github/workflows/windows.yml
@@ -108,7 +108,7 @@ jobs:
108
perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:TAO_ROOT}/TAO_ACE.mwc -workers 4
109
shell: pwsh
110
- name: Setup msbuild
111
- uses: microsoft/setup-msbuild@v1
+ uses: microsoft/setup-msbuild@v2
112
- name: Build solution $(TAO_ROOT)/TAO_ACE.sln
113
run: |
114
msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} ${env:TAO_ROOT}/TAO_ACE.sln
0 commit comments