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 802e5c7 commit cd26afcCopy full SHA for cd26afc
src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/SourceBuiltArtifactsTests.cs
@@ -58,8 +58,7 @@ public void VerifyVersionFile()
58
string[] sdkVersionLines = File.ReadAllLines(Path.Combine(outputDir, sdkVersionPath));
59
string expectedSdkVersion = sdkVersionLines[1];
60
61
- // Disable due to https://github.com/dotnet/source-build/issues/3693
62
- // Assert.Equal(expectedSdkVersion, sdkVersion);
+ Assert.Equal(expectedSdkVersion, sdkVersion);
63
}
64
finally
65
{
0 commit comments