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.
2 parents 253f7bf + 10416ea commit a4004d1Copy full SHA for a4004d1
.github/workflows/deploy.yml
@@ -21,10 +21,8 @@ jobs:
21
- name: Restore dependencies
22
run: dotnet restore
23
- name: Build
24
- run: dotnet build --no-restore
+ run: dotnet build --no-restore -c Release
25
- name: Test
26
run: dotnet test --no-build --verbosity normal
27
- - name: Pack
28
- run: dotnet pack StateMachine
29
- name: Publish
30
run: dotnet nuget push StateMachine/bin/Release/RoadieRichStateMachine*.nupkg -k ${PUBLISH_KEY} --source https://api.nuget.org/v3/index.json
0 commit comments