From 70a9858ccc61610bc43597d09dcc35cea5a0c2f8 Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:34:44 +0200 Subject: [PATCH] fix: github msbuild action --- .github/workflows/msbuild.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index c76d0a6..c2eb8cc 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -13,7 +13,7 @@ on: env: # Path to the solution file relative to the root of the project. - SOLUTION_FILE_PATH: . + SOLUTION_FILE_PATH: DevourClient.sln # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types. @@ -33,10 +33,6 @@ jobs: - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1.0.2 - - name: Restore NuGet packages - working-directory: ${{env.GITHUB_WORKSPACE}} - run: nuget restore ${{env.SOLUTION_FILE_PATH}} - - name: Build working-directory: ${{env.GITHUB_WORKSPACE}} # Add additional options to the MSBuild command line here (like platform or verbosity level).