Skip to content

Commit 7ee4d4d

Browse files
Fix APIScan and other compliance issues (#95)
1 parent c5575ce commit 7ee4d4d

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

tools/releaseBuild/images/Windows/Dockerfile

-3
This file was deleted.

tools/releaseBuild/yaml/releaseBuild.yml

+2-10
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)