[Windows] postdotnet: delete nuget.conf if exists (#4013)

* postdotnet: delete nuget.conf if exists

* rename to $nugetConfigPath

* add nuget.config check test

* remove issue link
This commit is contained in:
Aleksandr Chebotov
2021-09-03 14:02:30 +03:00
committed by GitHub
parent aa3d80baa9
commit d261844fc2
2 changed files with 4 additions and 4 deletions

View File

@@ -44,6 +44,9 @@ Describe "Nuget" {
It "Nuget" {
"nuget" | Should -ReturnZeroExitCode
}
It "NuGet.Config not exists" {
"$env:APPDATA\NuGet\NuGet.Config" | Should -Not -Exist
}
}
Describe "OpenSSL" {