Skip to content

Commit

Permalink
add dotnet step to release pipeline for esrp signing (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft authored Jan 25, 2023
1 parent e168228 commit 0b2e03a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipelines/azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ jobs:
/p:UapAppxPackageBuildMode=SideloadOnly
/p:AppxPackageSigningEnabled=false'

- task: UseDotNet@2
displayName: 'Install .NET Core SDK required for ESRPCodeSigning'
inputs:
packageType: sdk
version: '6.x'

- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
displayName: "ESRP CodeSigning"
inputs:
Expand Down

0 comments on commit 0b2e03a

Please sign in to comment.