Skip to content

Commit 5d64238

Browse files
committed
Invoke tests in release configuration
1 parent 1b7dd3f commit 5d64238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts-ci/templates/ci-general.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
displayName: Test
3636
inputs:
3737
targetType: inline
38-
script: Invoke-Build Test
38+
script: Invoke-Build Test -Configuration Release
3939
pwsh: ${{ parameters.pwsh }}
4040

4141
- task: PublishTestResults@2

0 commit comments

Comments
 (0)