Skip to content

Fix APIScan and other compliance issues #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tools/releaseBuild/images/Windows/Dockerfile

This file was deleted.

12 changes: 2 additions & 10 deletions tools/releaseBuild/yaml/releaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ variables:
value: '$(System.ArtifactsDirectory)/NuGetRelease'
- name: PackageRoot
value: '$(System.ArtifactsDirectory)/Packages'
- group: PSNativeAPIScan
- group: ApiScan
- group: ApiScanMeta
- group: SymbolPublish
- group: Azure Blob variable group

Expand Down Expand Up @@ -182,15 +183,6 @@ stages:
Get-ChildItem -Path 'ENV:'
displayName: Capture environment

- powershell: |
$null = New-Item $(PackageRoot) -ItemType Directory -Force -Verbose
if(-not (Test-Path '$(Pipeline.Workspace)/release' ))
{
New-Item -ItemType Directory -Path '$(Pipeline.Workspace)/release' -Force
}
Invoke-WebRequest -Uri '$(PSRPBlobUrl)' -OutFile $(Pipeline.Workspace)/release/psrp.zip -Verbose
displayName: 'Download PSRP package'

- powershell: 'Get-ChildItem $(Pipeline.Workspace)/release'
displayName: 'Capture downloaded zips'

Expand Down