Skip to content

Commit 8ba392d

Browse files
[release/9.0.1xx] Fix assembly version diff test for missing file (#44333)
1 parent 1af83e0 commit 8ba392d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/SdkContentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private string FindMatchingFilePath(string rootDir, Matcher matcher, string repr
173173
}
174174
}
175175

176-
Assert.Fail($"Unable to find matching file for '{representativeFile}' in '{rootDir}'.");
176+
OutputHelper.WriteLine($"Unable to find matching file for '{representativeFile}' in '{rootDir}'.");
177177
return string.Empty;
178178
}
179179

0 commit comments

Comments
 (0)