Skip to content

Commit 06d6508

Browse files
committed
use Debug configuration
1 parent 306b090 commit 06d6508

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
@@ -13,7 +13,7 @@ jobs:
1313
inputs:
1414
solution: 'money\cs-money.sln'
1515
vsVersion: '10.0' # Optional. Options: latest, 15.0, 14.0, 12.0, 11.0
16-
configuration: $(build.configuration)
16+
configuration: Debug
1717
restoreNugetPackages: true
1818
msbuildArgs: '/p:runCodeAnalysis=true /p:codeanalysislogfile=..\analysis.xml'
1919
- script: |

0 commit comments

Comments
 (0)