We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306b090 commit 06d6508Copy full SHA for 06d6508
azure-pipelines.yml
@@ -13,7 +13,7 @@ jobs:
13
inputs:
14
solution: 'money\cs-money.sln'
15
vsVersion: '10.0' # Optional. Options: latest, 15.0, 14.0, 12.0, 11.0
16
- configuration: $(build.configuration)
+ configuration: Debug
17
restoreNugetPackages: true
18
msbuildArgs: '/p:runCodeAnalysis=true /p:codeanalysislogfile=..\analysis.xml'
19
- script: |
0 commit comments