Skip to content

Commit 2383eea

Browse files
authored
fix: code sign validation for setuptools (#1570)
* enable code sign validation & exclude setuptools * duplicate step
1 parent 154b093 commit 2383eea

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

eng/ci/official-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ extends:
3838
name: 1es-pool-azfunc
3939
image: 1es-windows-2022
4040
os: windows
41+
sdl:
42+
codeSignValidation:
43+
enabled: true
44+
break: true
4145

4246
stages:
4347
- stage: Build

pack/templates/macos_64_env_gen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ steps:
3030
!pack/**
3131
!python/**
3232
!tests/**
33+
!setuptools*/**
3334
targetFolder: '$(Build.ArtifactStagingDirectory)'

pack/templates/nix_env_gen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ steps:
3030
!pack/**
3131
!python/**
3232
!tests/**
33+
!setuptools*/**
3334
targetFolder: '$(Build.ArtifactStagingDirectory)'

pack/templates/win_env_gen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ steps:
3030
!pack\**
3131
!python\**
3232
!tests\**
33+
!setuptools*\**
3334
targetFolder: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)