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 1b997c6 commit a41e43bCopy full SHA for a41e43b
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 diag'
+ arguments: '-t:BuildAKVNetFx -p:Platform=${{ parameters.platform }} -p:Configuration=${{ parameters.configuration }} -p:BuildNumber=${{ parameters.buildNumber }} -v debug --no-restore'
101
102
- task: MSBuild@1
103
displayName: 'Build AKV Provider NetCore All OS [Win]'
0 commit comments