File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 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:
77 value : ' $(System.ArtifactsDirectory)/NuGetRelease'
88 - name : PackageRoot
99 value : ' $(System.ArtifactsDirectory)/Packages'
10- - group : PSNativeAPIScan
10+ - group : ApiScan
11+ - group : ApiScanMeta
1112 - group : SymbolPublish
1213 - group : Azure Blob variable group
1314
@@ -182,15 +183,6 @@ stages:
182183 Get-ChildItem -Path 'ENV:'
183184 displayName: Capture environment
184185
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-
194186 - powershell : ' Get-ChildItem $(Pipeline.Workspace)/release'
195187 displayName : ' Capture downloaded zips'
196188
You can’t perform that action at this time.
0 commit comments