summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-12 15:51:57 +0200
committerGitHub <noreply@github.com>2020-10-12 15:51:57 +0200
commitb39115b5608ddda208afa2670d1f0ff47567c648 (patch)
treea363e20584dc4976d9fef9fbc4ba246f29b13c0b /.github
parenta61d77502343530454d72a74ced2f1b1036f0b93 (diff)
parentfe2c2b8abd71ec9199a824f0a3327e165bb25e6f (diff)
downloadATCD-b39115b5608ddda208afa2670d1f0ff47567c648.tar.gz
Merge pull request #1259 from jwillemsen/jwillemsen-patch-1
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 d1842ff8ea9..495c8a5fa8a 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