Update microsoft/setup-msbuild action to latest

This commit is contained in:
baldurk
2020-10-29 11:27:31 +00:00
parent eb967af9d4
commit 19489feb4e
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
curl https://renderdoc.org/qrenderdoc_3rdparty.zip -O
7z x qrenderdoc_3rdparty.zip
- name: Set up Visual Studio tools
uses: microsoft/setup-msbuild@v1.0.0
uses: microsoft/setup-msbuild@v1.0.2
- name: Building solution
run: msbuild.exe renderdoc.sln "/p:Configuration=${{ matrix.configuration }}" "/p:Platform=${{ matrix.platform }}" "/p:PlatformToolset=${{ matrix.toolset }}"
shell: powershell