Files
runner-images-sangeeth/images/win/scripts/Installers/Install-Nuget.ps1
Darii Nurgaleev b47ba413c9 Replace current validates with pester testing approach #3 (#1230)
* Pester Tests Approach implementation.

* changes for netPath
2020-07-17 11:29:03 +03:00

8 lines
329 B
PowerShell

################################################################################
## File: Install-Nuget.ps1
## Desc: Install NuGet.CommandLine
################################################################################
Choco-Install -PackageName NuGet.CommandLine
Invoke-PesterTests -TestFile "Tools" -TestName "Nuget"