sign executable for osx-arm64 runtime (#1934)

* sign executables for mac

* fix indention

* use codesign

* fix directory

* add mkdir

* update release step

* fix error

* add migration and kusto executables

* revert the version change
This commit is contained in:
Alan Ren
2023-03-10 21:58:12 -08:00
committed by GitHub
parent 4f4a25bf56
commit 0d4c9c9a62
4 changed files with 63 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ parameters:
archiveType: 'tar'
- name: 'osx-arm64'
displayName: 'osx arm'
archiveName: 'osx-arm64'
archiveName: 'osx-arm64-unsigned'
archiveFileFormat: 'tar.gz'
archiveType: 'tar'
- name: 'rhel.7.2-x64'