mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
* Pester Tests Approach implementation. * changes for netPath
This commit is contained in:
@@ -5,12 +5,4 @@
|
||||
|
||||
Choco-Install -PackageName NuGet.CommandLine
|
||||
|
||||
if (Get-Command -Name 'nuget.exe')
|
||||
{
|
||||
Write-Host 'nuget on path'
|
||||
}
|
||||
else
|
||||
{
|
||||
Write-Host 'nuget is not on path'
|
||||
exit 1
|
||||
}
|
||||
Invoke-PesterTests -TestFile "Tools" -TestName "Nuget"
|
||||
Reference in New Issue
Block a user