Browse Source

CI, MSVC: update to use microsoft/setup-msbuild v1.1.3.

Fixes github deprecation warnings
Ozkan Sezer 3 years ago
parent
commit
06492c5981
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/msvc.yml

+ 1 - 1
.github/workflows/msvc.yml

@@ -68,7 +68,7 @@ jobs:
 
 
     - name: Add msbuild to PATH
     - name: Add msbuild to PATH
       if: ${{ matrix.platform.project != '' }}
       if: ${{ matrix.platform.project != '' }}
-      uses: microsoft/setup-msbuild@v1.0.2
+      uses: microsoft/setup-msbuild@v1.1.3
     - name: Build msbuild
     - name: Build msbuild
       if: ${{ matrix.platform.project != '' }}
       if: ${{ matrix.platform.project != '' }}
       run: msbuild ${{ matrix.platform.project }} /m /p:BuildInParallel=true /p:Configuration=Release ${{ matrix.platform.projectflags }}
       run: msbuild ${{ matrix.platform.project }} /m /p:BuildInParallel=true /p:Configuration=Release ${{ matrix.platform.projectflags }}