We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4acedc commit 657e346Copy full SHA for 657e346
test/EndToEnd/tests/GetProjectTest.ps1
@@ -207,6 +207,8 @@ function Test-RenamingSolutionFolderWithDeeplyNestedProjectsDoesNotAffectGetProj
207
}
208
209
function Test-AmbiguousStartupProject {
210
+ [SkipTest("https://github.com/NuGet/Home/issues/14660"]
211
+ param($context)
212
# Arrange
213
New-SolutionFolder foo
214
$p1 = New-ClassLibrary A foo
0 commit comments