Skip to content

Commit

Permalink
Fix bug with bump version script
Browse files Browse the repository at this point in the history
  • Loading branch information
jooni91 committed Feb 23, 2020
1 parent d802f34 commit 454356a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 454356a

Please sign in to comment.