Skip to content

Commit

Permalink
Progress...
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Armstrong committed Dec 2, 2023
1 parent 58c540d commit efe175e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azurepipelines/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
value: '$(NBGV_Version)$(NBGV_PrereleaseVersion)'
- name: signinglist
value: '.azurepipelines/signlist${{parameters.config}}.txt'
- name: vstsfeed
value: 'opcua-netstandard/opcua-preview'
steps:
- checkout: self
fetchDepth: 0
Expand Down Expand Up @@ -122,5 +124,5 @@ jobs:
command: 'push'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/OPCFoundation.*.nupkg'
nuGetFeedType: 'internal'
publishVstsFeed: '$(VSTSFEED)'
publishVstsFeed: '$(vstsfeed)'
allowPackageConflicts: true

0 comments on commit efe175e

Please sign in to comment.