From d3c69fb8fbfa455b2989b2463ae1c7f50e75965f Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sun, 17 Mar 2024 11:03:29 +0100 Subject: [PATCH] Update microsoft/setup-msbuild to v2 (options see https://github.com/microsoft/setup-msbuild) --- .github/workflows/build-ilspy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ilspy.yml b/.github/workflows/build-ilspy.yml index 032208d4d..444d22b3c 100644 --- a/.github/workflows/build-ilspy.yml +++ b/.github/workflows/build-ilspy.yml @@ -32,7 +32,7 @@ jobs: dotnet-quality: 'ga' - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v2 - 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