Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast authored Aug 27, 2024
1 parent c78ae70 commit b1a2949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1a2949

Please sign in to comment.