Skip to content

Commit

Permalink
remove feed id
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairJ committed Jul 18, 2022
1 parent 50dc528 commit 51debc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: '14.x'
versionSpec: '16.x'
displayName: 'Install Node.js'

- script: |
Expand Down Expand Up @@ -44,5 +44,5 @@ steps:
command: 'publish'
verbose: true
publishRegistry: 'useFeed'
publishFeed: 'a43d4cac-71f8-42fc-b942-cfa713da390e/980645ab-671b-4b1a-85a3-ad02df26f981'
publishFeed: '<put your feed id here>'
displayName: 'Publish to artifact feed.'

0 comments on commit 51debc1

Please sign in to comment.