mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-16 06:46:48 +00:00
8 lines
329 B
PowerShell
8 lines
329 B
PowerShell
################################################################################
|
|
## File: Install-Nuget.ps1
|
|
## Desc: Install NuGet.CommandLine
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName NuGet.CommandLine
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Nuget" |