Skip to content

Commit

Permalink
Add mb signing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarnam committed Feb 22, 2023
1 parent 466d894 commit 5a01752
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

variables:
BuildConfiguration: Release
SignType: test
TeamName: vssetup

trigger:
batch: true
Expand All @@ -23,6 +25,13 @@ steps:
- checkout: self
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.

- task: MicroBuildSigningPlugin@4
inputs:
signType: '$(SignType)'
feedSource: 'https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
env:
TeamName: '$(TeamName)'

- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
inputs:
Expand Down

0 comments on commit 5a01752

Please sign in to comment.