Skip to content

Commit f60d058

Browse files
authored
Update dotnet.yml
1 parent f8f5193 commit f60d058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
run: nuget restore WorkflowModerniser.sln
2525

2626
- name: Build solution
27-
run: msbuild WorkflowModerniser.sln -t:publish -property:Configuration=Release
27+
run: msbuild WorkflowModerniser.sln -t:build -p:OutputPath=WorkflowModerniser\bin\Release -p:Configuration=Release
2828

2929
- uses: actions/upload-artifact@v4
3030
with:
3131
name: WorkflowModerniser
32-
path: WorkflowModerniser\bin\Release\app.publish\
32+
path: WorkflowModerniser\bin\Release

0 commit comments

Comments
 (0)