File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ generated packages show changes when being regenerated.
8585You can search for known issues in the [ Known Generator Issues Markdown file] ( docs/known_generator_issues.md ) .
8686
8787** Note:** When porting new packages between branches, you must regenerate the packages when crossing the 10.0/9.0 boundary.
88- This is because in 10.0 the generated projects switched from using PackageReference to PojectReference .
88+ This is because in 10.0 the generated projects switched from using PackageReference to ProjectReference .
8989Porting new packages across 10.0/9.0 boundary will introduce prebuilts.
9090See the workflow documented in the servicing branch readmes for additional requirements when adding new packages pre 10.0.
9191
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ extends:
2525 template : azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
2626 parameters :
2727 sdl :
28+ binskim :
29+ enabled : true
2830 componentgovernance :
2931 # All of the SBRPs must be ignored because it is possible some of them are for vulnerable versions.
3032 # Because they are reference only packages they are not vulnerable themselves.
@@ -43,8 +45,6 @@ extends:
4345 name : $(DncEngInternalBuildPool)
4446 image : 1es-ubuntu-2204
4547 os : linux
46- customBuildTags :
47- - ES365AIMigrationTooling
4848 stages :
4949 - template : /azure-pipelines/templates/stages/build.yml@self
5050 parameters :
You can’t perform that action at this time.
0 commit comments