diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index acc6d91..0028976 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -18,7 +18,8 @@ jobs: strategy: matrix: - configuration: [Debug, Release] +# configuration: [Debug, Release] # commented this for the moment, because below msbuild is called with "Release" config + configuration: [Debug] runs-on: windows-2019 # this is the last Github runner VM that supports .Net Framework 2019