From b3c824c7e10a8e70a134de9f8ccba71712e2975f Mon Sep 17 00:00:00 2001 From: Sebastian Solnica Date: Tue, 16 Jan 2024 18:19:43 +0100 Subject: [PATCH] Updated setup-msbuild action --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aea0dd8..9d4c347 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: run: nuget restore wtrace.sln - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.1 - name: Build Release using MSBuild run: msbuild wtrace.sln -m /p:Configuration=Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78ce671..6b5e365 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: nuget restore wtrace.sln - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.1 - name: Build Release using MSBuild run: msbuild wtrace.sln -m /p:Configuration=Release