Skip to content

Commit

Permalink
Set Configuration when running tests (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl authored Mar 1, 2021
1 parent 0aa0aa0 commit 0bd3514
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 @@ -51,7 +51,7 @@ jobs:
displayName: 'Run Unit Tests'
inputs:
command: 'test'
arguments: '--no-build -restore:false -property:VSTestNoBuild=true'
arguments: '--no-build --configuration:$(BuildConfiguration) -restore:false -property:VSTestNoBuild=true'

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifacts'
Expand Down

0 comments on commit 0bd3514

Please sign in to comment.