
13,155
Downloads
477
Downloads of v 7.5.55
12/7/2018
Last update
Azure Devops Migration Tools allow you to bulk edit data in Microsoft Team Foundation Server (TFS) and Azure DevOps Services. Supports both migration and bulk update scenarios.
To install Azure DevOps Migration Tools, run the following command from the command line or from PowerShell:
C:\> choco install vsts-sync-migrator
To upgrade Azure DevOps Migration Tools, run the following command from the command line or from PowerShell:
C:\> choco upgrade vsts-sync-migrator
Files
Hide- tools\chocolateyInstall.ps1
Show
$toolsLoc = Get-ToolsLocation $vstssyncmigrationpath =Join-Path -Path $toolsLoc -ChildPath "\VSTSSyncMigration" if(test-path $vstssyncmigrationpath) { write-host "Cleaning out the contents of $vstssyncmigrationpath" Remove-Item "$($vstssyncmigrationpath)\*" -recurse -force -exclude *.json } Install-ChocolateyZipPackage 'vstssyncmigrator' 'https://github.com/nkdAgility/azure-devops-migration-tools/releases/download/7.5.55/vstssyncmigrator-7.5.55.zip' $vstssyncmigrationpath -Checksum 337E6DBB5F20995C5B841499C249F523AF36221C73EE87FC1B2399751D46AAB9 -ChecksumType SHA256 write-host 'VSTS Sync Migration has been installed. Call `migration` from the command line to see options. You may need to close and reopen the command shell.'
- tools\chocolateyUninstall.ps1
Show
$toolsLoc = Get-ToolsLocation $vstssyncmigrationpath =Join-Path -Path $toolsLoc -ChildPath "\VSTSSyncMigration" Uninstall-ChocolateyZipPackage 'vstssyncmigrator' 'vstssyncmigrator-7.5.55.zip' write-host 'VSTS Sync Migration has been uninstalled.'
Virus Scan Results
- vsts-sync-migrator.7.5.55.nupkg (05c9804161da) - ## / 60 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
https://dev.azure.com/nkdagility/migration-tools/_releases2
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Azure DevOps Migration Tools 7.5.55 | 477 | Friday, December 7, 2018 | approved |
Azure DevOps Migration Tools 7.5.54 | 141 | Friday, November 23, 2018 | approved |
Azure DevOps Migration Tools 7.5.53 | 23 | Friday, November 23, 2018 | approved |
Azure DevOps Migration Tools 7.5.52 | 86 | Friday, November 16, 2018 | approved |
Azure DevOps Migration Tools 7.5.51 | 20 | Friday, November 16, 2018 | approved |
Azure DevOps Migration Tools 7.5.50 | 29 | Thursday, November 15, 2018 | approved |
Azure DevOps Migration Tools 7.5.49 | 350 | Tuesday, October 9, 2018 | approved |
Azure DevOps Migration Tools 7.5.48 | 75 | Thursday, October 4, 2018 | approved |
Azure DevOps Migration Tools 7.5.47 | 27 | Thursday, October 4, 2018 | approved |
Azure DevOps Migration Tools 7.5.46 | 142 | Thursday, September 20, 2018 | approved |
Discussion for the Azure DevOps Migration Tools Package
Ground rules:
- This discussion is only about Azure DevOps Migration Tools and the Azure DevOps Migration Tools package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Azure DevOps Migration Tools, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.