Skip to content

Commit 61c9b54

Browse files
committed
User Story 33636: Add Linux build support
- Fixed dotnet verbosity to 'detailed' instead of 'debug'.
1 parent a41e43b commit 61c9b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/templates/steps/ci-project-build-step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ steps:
9797
inputs:
9898
command: build
9999
projects: build.proj
100-
arguments: '-t:BuildAKVNetFx -p:Platform=${{ parameters.platform }} -p:Configuration=${{ parameters.configuration }} -p:BuildNumber=${{ parameters.buildNumber }} -v debug --no-restore'
100+
arguments: '-t:BuildAKVNetFx -p:Platform=${{ parameters.platform }} -p:Configuration=${{ parameters.configuration }} -p:BuildNumber=${{ parameters.buildNumber }} -v detailed --no-restore'
101101

102102
- task: MSBuild@1
103103
displayName: 'Build AKV Provider NetCore All OS [Win]'

0 commit comments

Comments
 (0)