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