Skip to content

Commit 5717b70

Browse files
committed
Do not fail pipeline if optional tests fail
The VSTest task now fails if no assemblies match the test filter. Since we don't have any Windows-only test assemblies currently, we can just continue on error for this task.
1 parent b558873 commit 5717b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/templates/windows/compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ steps:
4646
configuration: 'Windows$(configuration)'
4747
otherConsoleOptions: '/Framework:.NETFramework,Version=v4.6.1'
4848
testRunTitle: 'Unit tests - helpers (Windows)'
49+
continueOnError: true

0 commit comments

Comments
 (0)