BUILD_SOLUTION_AS_DEBUG

This commit is contained in:
Stef Heyenrath
2020-11-28 13:10:33 +01:00
parent f0bddf0604
commit 85dabc7638

View File

@@ -42,6 +42,7 @@ steps:
command: 'build'
arguments: /p:Configuration=Debug
projects: $(buildProjects)
condition: and(succeeded(), eq(variables['BUILD_SOLUTION_AS_DEBUG'], 'yes'))
# Build tests and run tests for net452 and netcoreapp3.1 (with coverage)
- script: |