prototype to Update package source from all .net repos in bitbucket account(.NET full framework)
How it works
remoteRepository
|> cloneRepository
|> checkoutNewBranch
|> removeOldPackageSource
|> addNewPackageSource
|> stage
|> commit
|> log remoteRepository
|> pushBranch
|> dispose
How to configure
- Set bitbucket credentials(bitbucketUsername,bitbucketPassword)
- Set name/key from nuget source to replace(packageSourceToUpdate)
- Set path to repository address(repositoryBaseUrl)
- Set signature(author)