Skip to content

Commit

Permalink
Merge pull request #17 from UiPath/fix/change_target_feeds
Browse files Browse the repository at this point in the history
change target feeds
  • Loading branch information
eduard-dumitru authored Nov 12, 2019
2 parents 618b34b + 1b58bd4 commit 52e2479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions azp-dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ steps:
publishLocation: 'pipeline'

- task: NuGetCommand@2
displayName: '$(Label_DotNet) Publish the NuGet package when Build.Reason is not "PullRequest"'
displayName: '$(Label_DotNet) Publish the NuGet package to MyGet when Build.Reason is not "PullRequest"'
inputs:
command: 'push'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
nuGetFeedType: 'internal'
publishVstsFeed: '8829e892-f54f-4979-8d72-b1dd5edb1603'
nuGetFeedType: 'external'
publishFeedCredentials: 'MyGet UiPath Dev'
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
2 changes: 1 addition & 1 deletion azp-nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ steps:
workingDir: '$(NodeJS_ProjectPath)'
verbose: false
publishRegistry: 'useFeed'
publishFeed: '7153aa1e-cb2e-4a87-b08d-2ea22fa76ab2'
publishFeed: '424ca518-1f12-456b-a4f6-888197fc15ee'
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))

0 comments on commit 52e2479

Please sign in to comment.