We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f274fc9 + 1fa23ad commit 8f880f8Copy full SHA for 8f880f8
TfsWitMigrator.Console/Chocolatey/chocolateyUninstall.ps1
@@ -1,5 +1,4 @@
1
try {
2
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force;
3
$toolsLoc = Get-ToolsLocation
4
$vstssyncmigrationpath =Join-Path -Path $toolsLoc -ChildPath "\VSTSSyncMigration"
5
TfsWitMigrator.Console/VSTS.DataBulkEditor.Console.csproj
@@ -262,6 +262,7 @@
262
<None Include="App.config" />
263
<None Include="ApplicationInsights.config" />
264
<None Include="Chocolatey\chocolateyInstall.ps1" />
265
+ <None Include="Chocolatey\chocolateyUninstall.ps1" />
266
<None Include="Chocolatey\vstssyncmigration.nuspec" />
267
<None Include="packages.config" />
268
</ItemGroup>
0 commit comments