Skip to content

Commit

Permalink
Merge pull request #57 from Microsoft/users/shbhawsi/fixrelease
Browse files Browse the repository at this point in the history
changing public key aquisition flow
  • Loading branch information
shubham90 authored Jan 16, 2019
2 parents ef885d7 + 8241670 commit bffa42f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .vsts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ variables:
steps:
- checkout: self
clean: true
- powershell: 'mkdir $(Build.SourcesDirectory)\keys; cp -Verbose $(KeyLocation) $(Build.SourcesDirectory)\keys\; dir $(Build.SourcesDirectory)\keys\'
displayName: Copy public key

- task: UniversalPackages@0
displayName: 'Download public key'
inputs:
downloadDirectory: '$(Build.SourcesDirectory)\keys\'
vstsFeed: '54754426-96db-4f6e-8a3a-64265d1cc147'
vstsFeedPackage: '015e2771-4069-4e79-9197-263ca7319d09'
vstsPackageVersion: 1.0.0
- template: build/build.yml
parameters:
sign: true

0 comments on commit bffa42f

Please sign in to comment.