From d506387a42fa2bd91ab0ac76cbc7464d94c96cec Mon Sep 17 00:00:00 2001 From: Grinch_ Date: Thu, 10 Dec 2020 17:28:24 +0600 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 4a5d309..c93dbff 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -6,11 +6,6 @@ env: # Path to the solution file relative to the root of the project. SOLUTION_FILE_PATH: . - # Configuration type to build. - # You can convert this to a build matrix if you need coverage of multiple configuration types. - # https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - BUILD_CONFIGURATION: Release - jobs: build: runs-on: windows-latest