File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ variables:
17
17
value : onebranch.azurecr.io/windows/ltsc2019/vse2022:latest
18
18
resources :
19
19
repositories :
20
- - repository : ComplianceRepo
21
- type : github
22
- endpoint : ComplianceGHRepo
23
- name : PowerShell/compliance
24
- ref : master
25
20
- repository : onebranchTemplates
26
21
type : git
27
22
name : OneBranch.Pipelines/GovernedTemplates
@@ -51,7 +46,7 @@ extends:
51
46
52
47
stages :
53
48
- stage : stagebuild
54
- displayName : Build Files
49
+ displayName : Build and Package Microsoft.PowerShell.ScriptAnalyzer
55
50
jobs :
56
51
- job : jobbuild
57
52
displayName : Build Microsoft.PowerShell.ScriptAnalyzer Files
@@ -66,7 +61,6 @@ extends:
66
61
type : windows
67
62
steps :
68
63
- checkout : self
69
- - checkout : ComplianceRepo
70
64
71
65
- pwsh : |
72
66
if (-not (Test-Path $(repoRoot)/.config/tsaoptions.json)) {
@@ -141,6 +135,7 @@ extends:
141
135
TargetFolder : $(Build.ArtifactStagingDirectory)/ONEBRANCH_ARTIFACT
142
136
143
137
- job : nupkg
138
+ dependsOn : jobbuild
144
139
displayName : Package Microsoft.PowerShell.ScriptAnalyzer
145
140
variables :
146
141
- name : ob_outputDirectory
@@ -157,7 +152,6 @@ extends:
157
152
type : windows
158
153
steps :
159
154
- checkout : self
160
- - checkout : ComplianceRepo
161
155
162
156
- pwsh : |
163
157
if (-not (Test-Path $(repoRoot)/.config/tsaoptions.json)) {
You can’t perform that action at this time.
0 commit comments