From b1a294947cd02c331ef1be6cbaf1c4590d05cfbe Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 27 Aug 2024 13:46:45 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 434312d..d5a8d4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: run: nuget restore src/BehaviorsSdk.sln - name: Build - run: msbuild src/BehaviorsSdk.sln /p:Configuration=Release /p:SignType=test + run: msbuild src/BehaviorsSdk.sln /p:Configuration=Release /p:SignType=real - name: Run Tests run: dotnet test src/BehaviorsSdk.sln --no-restore --verbosity minimal