diff --git a/__tests__/verify-dotnet.ps1 b/__tests__/verify-dotnet.ps1 index 3885393..3bf68ca 100755 --- a/__tests__/verify-dotnet.ps1 +++ b/__tests__/verify-dotnet.ps1 @@ -3,7 +3,7 @@ if (!$args[0]) throw "Must supply dotnet version argument" } -if (!Test-Path "../nuget.config") +if (-Not (Test-Path "../nuget.config")) { throw "nuget file not generated correctly" }