Skip to content

Commit

Permalink
Add ci dont modify output path
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Dec 13, 2019
1 parent 976747a commit 98f9536
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'publish'
modifyOutputPath: false
publishWebProjects: true
arguments: '-c Release --output $(Build.ArtifactStagingDirectory)/fdd'

Expand All @@ -49,6 +50,7 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'publish'
modifyOutputPath: false
publishWebProjects: true
arguments: '-c Release -r win-x86 /p:PublishSingleFile=true --output $(Build.ArtifactStagingDirectory)/win-x86'

Expand All @@ -62,6 +64,7 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'publish'
modifyOutputPath: false
publishWebProjects: true
arguments: '-c Release -r win-arm /p:PublishSingleFile=true --output $(Build.ArtifactStagingDirectory)/win-arm'

Expand All @@ -75,6 +78,7 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'publish'
modifyOutputPath: false
publishWebProjects: true
arguments: '-c Release -r linux-x64 /p:PublishSingleFile=true --output $(Build.ArtifactStagingDirectory)/linux-x64'

Expand Down

0 comments on commit 98f9536

Please sign in to comment.