Skip to content

Commit

Permalink
Fix Mac signing (#18534)
Browse files Browse the repository at this point in the history
* Install .NET SDK for Mac signing

* Install runtime

* Specify 2.1.0

* Install SDK
  • Loading branch information
Charles-Gagnon authored Feb 23, 2022
1 parent 9b3d65b commit 23cbb98
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ steps:
mv azuredatastudio-darwin-unsigned.zip azuredatastudio-darwin.zip
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
displayName: 'ESRP CodeSigning'
inputs:
Expand Down

0 comments on commit 23cbb98

Please sign in to comment.