diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6b2290..4dfdedb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Disable problem matcher run: echo "::remove-matcher owner=csc::" - name: Setup msbuild - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v2 - name: Install dependencies for SampleIntegration run: | dotnet restore ${{ github.workspace }}\DynamoSamples\src\SampleIntegration\SampleIntegration.sln /p:Configuration=Release --runtime=win-x64