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 1
1
{
2
2
"instanceUrl" : " https://msazure.visualstudio.com" ,
3
3
"projectName" : " One" ,
4
- "areaPath" : " One\\ MGMT\\ Compute\\ Powershell\\ Powershell\\ PowerShell Core" ,
4
+ "areaPath" : " One\\ MGMT\\ Compute\\ Powershell\\ Powershell\\ PowerShell Core\\ PSResourceGet " ,
5
5
"notificationAliases" : [
6
6
7
7
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
- # ################################################################################
10
1
name : PSResourceGet-Release-$(Build.BuildId)
11
- trigger : none # https://aka.ms/obpipelines/triggers
2
+ trigger : none
12
3
pr :
13
4
branches :
14
5
include :
@@ -36,7 +27,7 @@ resources:
36
27
ref : refs/heads/main
37
28
38
29
extends :
39
- template : v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates # https://aka.ms/obpipelines/templates
30
+ template : v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates
40
31
parameters :
41
32
featureFlags :
42
33
WindowsHostVersion : ' 1ESWindows2022'
@@ -49,18 +40,16 @@ extends:
49
40
enabled : true
50
41
packageName : Microsoft.PowerShell.PSResourceGet
51
42
codeql :
43
+ tsaEnabled : true
52
44
compiled :
53
45
enabled : true
54
- asyncSdl : # https://aka.ms/obpipelines/asyncsdl
46
+ credscan :
55
47
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
64
53
65
54
stages :
66
55
- stage : stagebuild
You can’t perform that action at this time.
0 commit comments