Skip to content

Commit 560be12

Browse files
committed
set build output dir
1 parent 6ee120c commit 560be12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
command: 'build'
6262
projects: 'src/ExchangeSharp/ExchangeSharp.csproj'
6363
arguments: '--configuration $(BuildConfiguration) --version-suffix prerelease-$(PipelineDate)'
64+
outputDir: '$(Build.ArtifactStagingDirectory)'
6465
#- task: DotNetCoreCLI@2
6566
# displayName: 'Tests'
6667
# inputs:

0 commit comments

Comments
 (0)