2020-06-15 20:10:54 +03:00
|
|
|
################################################################################
|
|
|
|
|
## File: Install-Nuget.ps1
|
|
|
|
|
## Desc: Install NuGet.CommandLine
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
Choco-Install -PackageName NuGet.CommandLine
|
|
|
|
|
|
2020-07-17 15:29:03 +07:00
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Nuget"
|