File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,9 @@ jobs:
141141 - ${{ if parameters.EnableOptProf }} :
142142 - powershell : Write-Host "##vso[task.setvariable variable=PROFILINGINPUTSDROPNAME]$(tools/variables/ProfilingInputsDropName.ps1)"
143143 displayName : ⚙ Set ProfilingInputsDropName for optprof
144+ sdl :
145+ binskim :
146+ analyzeTargetGlob : $(Build.ArtifactStagingDirectory)\symbols-Windows\**
144147
145148 outputParentDirectory : $(Build.ArtifactStagingDirectory)
146149 outputs :
Original file line number Diff line number Diff line change 4242
4343 - task : MicroBuildSigningPlugin@4
4444 inputs :
45- signType : Real
45+ signType : Test
4646 zipSources : false
47- ConnectedPMEServiceName : 6cc74545-d7b9-4050-9dfa-ebefcc8961ea # devdiv's SC ID
4847 displayName : 🔧 Install MicroBuild Signing Plugin
4948
5049 - ${{ if parameters.EnableLocalization }} :
Original file line number Diff line number Diff line change 2121 </ProjectReference >
2222 </ItemGroup >
2323
24+ <ItemGroup >
25+ <PackageReference Include =" Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" PrivateAssets =" all" />
26+ </ItemGroup >
27+
2428</Project >
You can’t perform that action at this time.
0 commit comments