We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46791d4 commit 53a87f1Copy full SHA for 53a87f1
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
run: dotnet build --no-restore -c Release
25
26
- name: Perform Unit Testing
27
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --no-build -c Release --verbosity normal
28
29
- name: Create Package
30
run: dotnet pack Simplify.Web/Simplify.Web.csproj --no-build -c Release -o ./publish
0 commit comments