Skip to content

Commit ee3f8d6

Browse files
committed
Align nuget publish workflow with multi-target SDK matrix
1 parent 904d177 commit ee3f8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: dotnet restore SWEN3.Paperless.RabbitMq.sln
9191

9292
- name: Build solution
93-
run: dotnet build --configuration Release --no-restore
93+
run: dotnet build SWEN3.Paperless.RabbitMq.sln --configuration Release --no-restore
9494

9595
- name: Run tests
9696
run: dotnet test --configuration Release --no-build --verbosity normal

0 commit comments

Comments
 (0)