Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Remove nuget.exe downloader and nuproj
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Dec 11, 2017
1 parent 0506f07 commit e3647d7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 148 deletions.
9 changes: 1 addition & 8 deletions init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,8 @@ try {
$nugetVerbosity = 'quiet'
if ($Verbose) { $nugetVerbosity = 'normal' }

# First restore NuProj packages since the solution restore depends on NuProj evaluation succeeding.
gci "$PSScriptRoot\src\project.json" -rec |? { $_.FullName -imatch 'nuget' } |% {
& "$toolsPath\Restore-NuGetPackages.ps1" -Path $_ -Verbosity $nugetVerbosity
}

# Restore VS solution dependencies
gci "$PSScriptRoot\src" -rec |? { $_.FullName.EndsWith('.sln') } |% {
& "$toolsPath\Restore-NuGetPackages.ps1" -Path $_.FullName -Verbosity $nugetVerbosity
}
msbuild.exe /t:restore "$PSScriptRoot\src\GitLink.sln"

Write-Host "Successfully restored all dependencies" -ForegroundColor Yellow
}
Expand Down
52 changes: 0 additions & 52 deletions src/GitLink.NuGet/GitLink.NuGet.nuproj

This file was deleted.

11 changes: 0 additions & 11 deletions src/GitLink.NuGet/project.json

This file was deleted.

15 changes: 0 additions & 15 deletions tools/Get-NuGetTool.ps1

This file was deleted.

41 changes: 0 additions & 41 deletions tools/Install-NuGetPackage.ps1

This file was deleted.

21 changes: 0 additions & 21 deletions tools/Restore-NuGetPackages.ps1

This file was deleted.

0 comments on commit e3647d7

Please sign in to comment.