Skip to content

Commit 125e6c7

Browse files
authored
add detailed verbosity (#1122)
1 parent 0121264 commit 125e6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/azure-pipelines/template-steps-build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ steps:
138138
inputs:
139139
command: build
140140
projects: ${{ parameters.solution }}
141-
arguments: --configuration ${{ parameters.configuration }} -p:Version=${{ parameters.binariesVersion }} -p:OOPWorkerSupportedExtensionVersion=${{ parameters.oopWorkerSupportedExtensionVersion }} -p:PackageVersion=${{ parameters.nugetVersion }}
141+
arguments: --configuration ${{ parameters.configuration }} -p:Version=${{ parameters.binariesVersion }} -p:OOPWorkerSupportedExtensionVersion=${{ parameters.oopWorkerSupportedExtensionVersion }} -p:PackageVersion=${{ parameters.nugetVersion }} -v d
142142

143143
# Copy the Sql nupkg to ensure it's available for tests since the package copy task is failing occasionally so having this redundancy.
144144
- task: CopyFiles@2

0 commit comments

Comments
 (0)