File tree Expand file tree Collapse file tree 2 files changed +10
-21
lines changed Expand file tree Collapse file tree 2 files changed +10
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "instanceUrl" : " https://msazure.visualstudio.com" ,
33 "projectName" : " One" ,
4- "areaPath" : " One\\ MGMT\\ Compute\\ Powershell\\ Powershell\\ PowerShell Core" ,
4+ "areaPath" : " One\\ MGMT\\ Compute\\ Powershell\\ Powershell\\ PowerShell Core\\ PSResourceGet " ,
55 "notificationAliases" : [
66 " adityap@microsoft.com" ,
77 " americks@microsoft.com" ,
Original file line number Diff line number Diff line change 1- # ################################################################################
2- # OneBranch Pipelines #
3- # This pipeline was created by EasyStart from a sample located at: #
4- # https://aka.ms/obpipelines/easystart/samples #
5- # Documentation: https://aka.ms/obpipelines #
6- # Yaml Schema: https://aka.ms/obpipelines/yaml/schema #
7- # Retail Tasks: https://aka.ms/obpipelines/tasks #
8- # Support: https://aka.ms/onebranchsup #
9- # ################################################################################
101name : PSResourceGet-Release-$(Build.BuildId)
11- trigger : none # https://aka.ms/obpipelines/triggers
2+ trigger : none
123pr :
134 branches :
145 include :
@@ -36,7 +27,7 @@ resources:
3627 ref : refs/heads/main
3728
3829extends :
39- template : v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates # https://aka.ms/obpipelines/templates
30+ template : v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates
4031 parameters :
4132 featureFlags :
4233 WindowsHostVersion : ' 1ESWindows2022'
@@ -49,18 +40,16 @@ extends:
4940 enabled : true
5041 packageName : Microsoft.PowerShell.PSResourceGet
5142 codeql :
43+ tsaEnabled : true
5244 compiled :
5345 enabled : true
54- asyncSdl : # https://aka.ms/obpipelines/asyncsdl
46+ credscan :
5547 enabled : true
56- forStages : [stagebuild]
57- credscan :
58- enabled : true
59- scanFolder : $(Build.SourcesDirectory)\PSResourceGet
60- binskim :
61- enabled : true
62- apiscan :
63- enabled : false
48+ scanFolder : $(Build.SourcesDirectory)\PSResourceGet
49+ binskim :
50+ enabled : true
51+ apiscan :
52+ enabled : false
6453
6554 stages :
6655 - stage : stagebuild
You can’t perform that action at this time.
0 commit comments