Browse Source

Bump setup-msbuild to 1.3

pull/2871/head
Christoph Wille 3 years ago committed by GitHub
parent
commit
249f390270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-ilspy.yml

2
.github/workflows/build-ilspy.yml

@ -27,7 +27,7 @@ jobs: @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.2
uses: microsoft/setup-msbuild@v1.3
- name: Install dotnet-format
run: dotnet tool install -g dotnet-format --version "6.2.315104" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json

Loading…
Cancel
Save