Skip to content

Commit 539fc44

Browse files
authored
Respond to PR feedback
1 parent 3cb3c34 commit 539fc44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Microsoft.NET.Build.Tests/GivenThatWeWantToVerifyNuGetReferenceCompat.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public GivenThatWeWantToVerifyNuGetReferenceCompat(ITestOutputHelper log) : base
1111
{
1212
}
1313

14-
// Reduced set of test cases that still verify the compatibility matrix
1514
[Theory]
1615
[InlineData("net45", "Full", "netstandard1.0 netstandard1.1 net45", true, true)]
1716
[InlineData("net462", "Full", "netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 net45 net451 net46 net461 net462", true, true)]
@@ -59,7 +58,7 @@ public void Nuget_reference_compat(string referencerTarget, string testDescripti
5958
if (!dependencyPackageReference.NuGetPackageExists() &&
6059
(RuntimeInformation.IsOSPlatform(OSPlatform.Windows) || dependencyProject.BuildsOnNonWindows))
6160
{
62-
if (!dependencyPackageReference.NuGetPackageExists()) // Double-check after lock
61+
if (!dependencyPackageReference.NuGetPackageExists())
6362
{
6463
var dependencyTestAsset = _testAssetsManager.CreateTestProject(
6564
dependencyProject,

0 commit comments

Comments
 (0)