From c6eefe7a87de7494ec6acf17975fd2c87055d509 Mon Sep 17 00:00:00 2001 From: Vladyslav Horbachov <50652041+LeftTwixWand@users.noreply.github.com> Date: Sat, 26 Oct 2024 02:58:29 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3a24c9..3b511b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,8 @@ jobs: - name: Setup MSBuild uses: microsoft/setup-msbuild@v2 with: - vs-version: '[${{env.MSBuildVersion}})' - msbuild-architecture: x64 vs-prerelease: true + msbuild-architecture: x64 - name: Setup .NET Core SDK uses: actions/setup-dotnet@v4