Skip to content

Commit

Permalink
Added config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinslot committed Apr 11, 2020
1 parent dcdeb17 commit 1a981ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stages:
inputs:
command: 'build'
projects: 'src/**/*.csproj'
arguments: '-o $(build.artifactStagingDirectory)/out /p:PackageVersion=$(GitVersion.NuGetVersionV2)'
arguments: '-o $(build.artifactStagingDirectory)/out -c $(BuildConfiguration) /p:PackageVersion=$(GitVersion.NuGetVersionV2)'
- task: DotNetCoreCLI@2
displayName: 'Run unit tests'
inputs:
Expand Down

0 comments on commit 1a981ab

Please sign in to comment.