Skip to content

Commit

Permalink
fix: code sign validation for setuptools (#1570)
Browse files Browse the repository at this point in the history
* enable code sign validation & exclude setuptools

* duplicate step
  • Loading branch information
hallvictoria authored Aug 29, 2024
1 parent 154b093 commit 2383eea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ extends:
name: 1es-pool-azfunc
image: 1es-windows-2022
os: windows
sdl:
codeSignValidation:
enabled: true
break: true

stages:
- stage: Build
Expand Down
1 change: 1 addition & 0 deletions pack/templates/macos_64_env_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ steps:
!pack/**
!python/**
!tests/**
!setuptools*/**
targetFolder: '$(Build.ArtifactStagingDirectory)'
1 change: 1 addition & 0 deletions pack/templates/nix_env_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ steps:
!pack/**
!python/**
!tests/**
!setuptools*/**
targetFolder: '$(Build.ArtifactStagingDirectory)'
1 change: 1 addition & 0 deletions pack/templates/win_env_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ steps:
!pack\**
!python\**
!tests\**
!setuptools*\**
targetFolder: '$(Build.ArtifactStagingDirectory)'

0 comments on commit 2383eea

Please sign in to comment.