Skip to content

Commit adfddac

Browse files
committed
Updated exe name to vsts-sm to make it easyer to call and remember +semver:major
1 parent 1fa23ad commit adfddac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

TfsWitMigrator.Console/Chocolatey/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ try {
77
Remove-Item "$($vstssyncmigrationpath)\*" -recurse -force
88
}
99

10-
Install-ChocolateyZipPackage 'vstssyncmigration' 'https://github.com/nkdAgility/vsts-sync-migration/releases/download/#{GITVERSION.FULLSEMVER}#/vstsbulkeditor-#{GITVERSION.FULLSEMVER}#.zip' $vstssyncmigrationpath
11-
write-host 'VSTS Sync Migration has been installed. Call `vstssyncmigration` from the command line to see options. You may need to close and reopen the command shell.'
10+
Install-ChocolateyZipPackage 'vsts-sm' 'https://github.com/nkdAgility/vsts-sync-migration/releases/download/#{GITVERSION.FULLSEMVER}#/vstsbulkeditor-#{GITVERSION.FULLSEMVER}#.zip' $vstssyncmigrationpath
11+
write-host 'VSTS Sync Migration has been installed. Call `vsts-sm` from the command line to see options. You may need to close and reopen the command shell.'
1212
} catch {
1313
throw
1414
}

TfsWitMigrator.Console/Chocolatey/chocolateyUninstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ try {
22
$toolsLoc = Get-ToolsLocation
33
$vstssyncmigrationpath =Join-Path -Path $toolsLoc -ChildPath "\VSTSSyncMigration"
44

5-
Uninstall-ChocolateyZipPackage 'vstssyncmigration' 'vstsbulkeditor-#{GITVERSION.FULLSEMVER}#.zip'
5+
Uninstall-ChocolateyZipPackage 'vsts-sm' 'vstsbulkeditor-#{GITVERSION.FULLSEMVER}#.zip'
66

77
write-host 'VSTS Sync Migration has been uninstalled.'
88
} catch {

TfsWitMigrator.Console/VSTS.DataBulkEditor.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Exe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>VSTS.DataBulkEditor.ConsoleApp</RootNamespace>
11-
<AssemblyName>vstsbulkeditor</AssemblyName>
11+
<AssemblyName>vsts-sm</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<NuGetPackageImportStamp>

0 commit comments

Comments
 (0)