diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 999b229..a456090 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'