Skip to content

Commit b416692

Browse files
authored
Fix release pipeline (#35)
1 parent 12d21f2 commit b416692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
displayName: 'dotnet test'
5454
inputs:
5555
command: test
56-
arguments: '--no-build -restore:false -property:VSTestNoBuild=true'
56+
arguments: '--no-build -restore:false -property:VSTestNoBuild=true -property:"Configuration=$(BuildConfiguration)"'
5757

5858
- task: PublishPipelineArtifact@0
5959
displayName: 'Publish Artifacts'

0 commit comments

Comments
 (0)