diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dabe966..7e26708 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -92,16 +92,16 @@ jobs: command: 'push' packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg;!$(Pipeline.Workspace)/**/*.symbols.nupkg' nuGetFeedType: 'internal' - publishVstsFeed: '664acd3b-eaa2-47d0-a9a4-09c7e2741d7d' + publishVstsFeed: 'f9036ec9-eb1c-4aff-a2b8-27fdaa573d0f/29b705d0-eac8-42a7-9230-4bcfe9f83688' allowPackageConflicts: true - task: DownloadFile@1 displayName: 'Download version bump script' inputs: - FileUrl: 'https://gist.githubusercontent.com/jooni91/542239cd82a7087cc6ae45fdb2dba12d/raw/b8825640040beab059a3331c15b6a509ec869bd2/update-version-code-script.ps1' + FileUrl: 'https://gist.githubusercontent.com/jooni91/d3e5ca575402eb3454dd1c1a4a4d998e/raw/d13c90d62ad0d614df9c5129c47a51c19e9460cb/update-patch-version-code-script.ps1' - task: PowerShell@2 - displayName: 'PowerShell Script' + displayName: 'Run version bump script' inputs: targetType: filePath filePath: './update-version-code-script.ps1'