File tree 2 files changed +2
-13
lines changed
2 files changed +2
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ variables:
7
7
value : ' $(System.ArtifactsDirectory)/NuGetRelease'
8
8
- name : PackageRoot
9
9
value : ' $(System.ArtifactsDirectory)/Packages'
10
- - group : PSNativeAPIScan
10
+ - group : ApiScan
11
+ - group : ApiScanMeta
11
12
- group : SymbolPublish
12
13
- group : Azure Blob variable group
13
14
@@ -182,15 +183,6 @@ stages:
182
183
Get-ChildItem -Path 'ENV:'
183
184
displayName: Capture environment
184
185
185
- - powershell : |
186
- $null = New-Item $(PackageRoot) -ItemType Directory -Force -Verbose
187
- if(-not (Test-Path '$(Pipeline.Workspace)/release' ))
188
- {
189
- New-Item -ItemType Directory -Path '$(Pipeline.Workspace)/release' -Force
190
- }
191
- Invoke-WebRequest -Uri '$(PSRPBlobUrl)' -OutFile $(Pipeline.Workspace)/release/psrp.zip -Verbose
192
- displayName: 'Download PSRP package'
193
-
194
186
- powershell : ' Get-ChildItem $(Pipeline.Workspace)/release'
195
187
displayName : ' Capture downloaded zips'
196
188
You can’t perform that action at this time.
0 commit comments