From e8bc426f9dcae7ed329d436fefb55c700205fa44 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Tue, 19 Dec 2023 17:27:40 -0600 Subject: [PATCH] Fix configuration for release build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c36291..36198ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: dotnet-version: '7' - name: Restore, build, and test run: | - msbuild -r -p:configuration=Debug -p:TargetFramework=net48 + msbuild -r -p:configuration=Release -p:TargetFramework=net48 dotnet build -f net7.0 - name: Smoke test the validator outside the build dir run: |