summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-12 14:09:43 +0200
committerGitHub <noreply@github.com>2020-10-12 14:09:43 +0200
commitfe2c2b8abd71ec9199a824f0a3327e165bb25e6f (patch)
tree9a6dabb77c18e19b2d92687d6917a532ba14810b /.github
parentb55f3af1c1fd96ce350bb901e3bc4b493ea8f163 (diff)
downloadATCD-fe2c2b8abd71ec9199a824f0a3327e165bb25e6f.tar.gz
Change to use microsoft/setup-msbuild@v1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 33f178a503c..4486b176484 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -129,7 +129,7 @@ jobs:
perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:ACE_ROOT}/tests/tests.mwc -workers 4
shell: pwsh
- name: Setup msbuild
- uses: microsoft/setup-msbuild@v1.0.1
+ uses: microsoft/setup-msbuild@v1
- name: Build solution TAO/TAO_ACE.sln
run: msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} TAO/TAO_ACE.sln
- name: Build solution ACE/tests/tests.sln