From 57f1a5e3806c4844887c63ad221b3a4eb4b26471 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 8 Mar 2022 11:48:12 +0100 Subject: [PATCH] Remove msbuild from workflow (#1522) --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4729327aed1..54819396e6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -373,9 +373,6 @@ jobs: with: nuget-version: "latest" - - name: Set up MSBuild - uses: microsoft/setup-msbuild@c26a08ba26249b81327e26f6ef381897b6a8754d - - name: Cache npm id: npm-cache uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.6 @@ -391,7 +388,6 @@ jobs: - name: Print environment run: | nuget help | grep Version - msbuild -version node --version npm --version echo "GitHub ref: $GITHUB_REF"