Skip to content

Commit 34347a3

Browse files
authored
Merge pull request #1472 from microsoft/dev/andarno/fixlocbuild
Fix build breaks (via Library.Template update)
2 parents 02ba9f2 + 341c44d commit 34347a3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

azure-pipelines/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

azure-pipelines/microbuild.before.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ steps:
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 }}:

samples/samples.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@
2121
</ProjectReference>
2222
</ItemGroup>
2323

24+
<ItemGroup>
25+
<PackageReference Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" PrivateAssets="all" />
26+
</ItemGroup>
27+
2428
</Project>

0 commit comments

Comments
 (0)