fix: code sign validation for setuptools (#1570)

* enable code sign validation & exclude setuptools

* duplicate step
This commit is contained in:
hallvictoria 2024-08-29 13:09:47 -05:00 коммит произвёл GitHub
Родитель 154b093710
Коммит 2383eeaf60
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -38,6 +38,10 @@ extends:
name: 1es-pool-azfunc
image: 1es-windows-2022
os: windows
sdl:
codeSignValidation:
enabled: true
break: true
stages:
- stage: Build

Просмотреть файл

@ -30,4 +30,5 @@ steps:
!pack/**
!python/**
!tests/**
!setuptools*/**
targetFolder: '$(Build.ArtifactStagingDirectory)'

Просмотреть файл

@ -30,4 +30,5 @@ steps:
!pack/**
!python/**
!tests/**
!setuptools*/**
targetFolder: '$(Build.ArtifactStagingDirectory)'

Просмотреть файл

@ -30,4 +30,5 @@ steps:
!pack\**
!python\**
!tests\**
!setuptools*\**
targetFolder: '$(Build.ArtifactStagingDirectory)'