1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-18 05:28:09 +00:00

ci: Update microsoft/setup-msbuild to v1.0.2

This commit is contained in:
Anichitei Ionel-Cristinel 2020-11-17 10:41:59 +02:00 committed by GitHub
parent e89f56289d
commit 49d7eab4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
uses: microsoft/setup-msbuild@v1.0.2
- name: Build bddisasm and bdshemu for x64
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 bddisasm.sln
- name: Build bddisasm and bdshemu for Win32