mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
* Install .NET SDK for Mac signing
* Install runtime
* Specify 2.1.0
* Install SDK
(cherry picked from commit 23cbb98162)
This commit is contained in:
@@ -17,6 +17,13 @@ steps:
|
|||||||
mv azuredatastudio-darwin-unsigned.zip azuredatastudio-darwin.zip
|
mv azuredatastudio-darwin-unsigned.zip azuredatastudio-darwin.zip
|
||||||
displayName: 'Rename the file'
|
displayName: 'Rename the file'
|
||||||
|
|
||||||
|
- task: UseDotNet@2
|
||||||
|
displayName: 'Install .NET Core sdk for signing'
|
||||||
|
inputs:
|
||||||
|
packageType: sdk
|
||||||
|
version: 2.1.x
|
||||||
|
installationPath: $(Agent.ToolsDirectory)/dotnet
|
||||||
|
|
||||||
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
|
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
|
||||||
displayName: 'ESRP CodeSigning'
|
displayName: 'ESRP CodeSigning'
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user