We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f5193 commit f60d058Copy full SHA for f60d058
.github/workflows/dotnet.yml
@@ -24,9 +24,9 @@ jobs:
24
run: nuget restore WorkflowModerniser.sln
25
26
- name: Build solution
27
- run: msbuild WorkflowModerniser.sln -t:publish -property:Configuration=Release
+ run: msbuild WorkflowModerniser.sln -t:build -p:OutputPath=WorkflowModerniser\bin\Release -p:Configuration=Release
28
29
- uses: actions/upload-artifact@v4
30
with:
31
name: WorkflowModerniser
32
- path: WorkflowModerniser\bin\Release\app.publish\
+ path: WorkflowModerniser\bin\Release
0 commit comments