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 a41e43b commit 61c9b54Copy full SHA for 61c9b54
eng/pipelines/common/templates/steps/ci-project-build-step.yml
@@ -97,7 +97,7 @@ steps:
97
inputs:
98
command: build
99
projects: build.proj
100
- arguments: '-t:BuildAKVNetFx -p:Platform=${{ parameters.platform }} -p:Configuration=${{ parameters.configuration }} -p:BuildNumber=${{ parameters.buildNumber }} -v debug --no-restore'
+ arguments: '-t:BuildAKVNetFx -p:Platform=${{ parameters.platform }} -p:Configuration=${{ parameters.configuration }} -p:BuildNumber=${{ parameters.buildNumber }} -v detailed --no-restore'
101
102
- task: MSBuild@1
103
displayName: 'Build AKV Provider NetCore All OS [Win]'
0 commit comments