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 904d177 commit ee3f8d6Copy full SHA for ee3f8d6
.github/workflows/nuget-publish.yml
@@ -90,7 +90,7 @@ jobs:
90
run: dotnet restore SWEN3.Paperless.RabbitMq.sln
91
92
- name: Build solution
93
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build SWEN3.Paperless.RabbitMq.sln --configuration Release --no-restore
94
95
- name: Run tests
96
run: dotnet test --configuration Release --no-build --verbosity normal
0 commit comments