Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit d4c5710

Browse files
author
Dadoum
committed
this commit will be (I hope) the last commit for pipelines
1 parent becba6f commit d4c5710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
publishWebProjects: false
2727
projects: '**/*.csproj'
2828
zipAfterPublish: false
29-
arguments: '--configuration Debug -r linux-x64 --self-contained true'
29+
arguments: '--configuration Debug -r linux-x64 --self-contained true --output $(Pipeline.Workspace)/s/bin/Debug/netcoreapp3.1'
3030
modifyOutputPath: false
3131

3232
- task: CopyFiles@2

0 commit comments

Comments
 (0)