File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 22# ⚠️ THIS IS A TEST PIPELINE - NOT FOR PRODUCTION RELEASES ⚠️
33# Downloads wheel and symbol artifacts from build pipeline, publishes symbols, and performs dummy ESRP release for testing
44# Uses Maven ContentType instead of PyPI to avoid accidental production releases
5- # This pipeline is ALWAYS Official - no NonOfficial option
5+ # This pipeline is ALWAYS NonOfficial - for testing only, not production
66
77name : $(Year:YY)$(DayOfYear)$(Rev:.r)-Dummy-Release
88
@@ -46,10 +46,10 @@ resources:
4646 source : ' Build-Release-Package-Pipeline' # Name of the build pipeline
4747 trigger : none # Manual trigger only
4848
49- # Extend OneBranch official template
50- # Always uses Official template for release pipeline
49+ # Extend OneBranch Nonofficial template
50+ # Always uses NonOfficial template for dummy pipeline
5151extends :
52- template : ' v2/OneBranch.Official .CrossPlat.yml@templates'
52+ template : ' v2/OneBranch.NonOfficial .CrossPlat.yml@templates'
5353
5454 parameters :
5555 # Feature flags
@@ -83,11 +83,6 @@ extends:
8383 # Publish SDL logs
8484 publishLogs :
8585 enabled : true
86-
87- # TSA - Always enabled for Official release pipeline
88- tsa :
89- enabled : true
90- configFile : ' $(REPO_ROOT)/.config/tsaoptions.json'
9186
9287 # Pipeline stages
9388 stages :
You can’t perform that action at this time.
0 commit comments