File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ steps:
138
138
inputs :
139
139
command : build
140
140
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
142
142
143
143
# Copy the Sql nupkg to ensure it's available for tests since the package copy task is failing occasionally so having this redundancy.
144
144
- task : CopyFiles@2
You can’t perform that action at this time.
0 commit comments