File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6868 displayName : Run signing (MSBuild)
6969 inputs :
7070 solution : ' $(Build.SourcesDirectory)/build/sign.proj'
71- msbuildArguments : ' /verbosity:minimal /p:SignType=${{ parameters.signType }} /p:BaseOutputDirectory=${{ parameters.workingDirectory }} /p:OutDir=${{ parameters.workingDirectory }} /p:IntermediateOutputPath=${{ parameters.workingDirectory }}\\intermediate'
71+ msbuildArguments : ' /verbosity:detailed /bl:"${{ parameters.workingDirectory }}\\signing.binlog" /p:SignType=${{ parameters.signType }} /p:BaseOutputDirectory=${{ parameters.workingDirectory }} /p:OutDir=${{ parameters.workingDirectory }} /p:IntermediateOutputPath=${{ parameters.workingDirectory }}\\intermediate'
7272
7373 # No copy-back needed; signing outputs now land directly in workingDirectory.
7474
You can’t perform that action at this time.
0 commit comments