Skip to content

Commit

Permalink
Merge pull request #197 from DOCGroup/dependabot/github_actions/micro…
Browse files Browse the repository at this point in the history
…soft/setup-msbuild-2

Bump microsoft/setup-msbuild from 1 to 2
  • Loading branch information
jwillemsen authored Jan 31, 2024
2 parents 9a8c34c + 2b7dcfd commit a9ddfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:TAO_ROOT}/TAO_ACE.mwc -workers 4
shell: pwsh
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2
- name: Build solution $(TAO_ROOT)/TAO_ACE.sln
run: |
msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} ${env:TAO_ROOT}/TAO_ACE.sln
Expand Down

0 comments on commit a9ddfb9

Please sign in to comment.