Skip to content

Commit cd26afc

Browse files
author
Jason Zhai
committed
Revert "stabilize package versions"
1 parent 802e5c7 commit cd26afc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ public void VerifyVersionFile()
5858
string[] sdkVersionLines = File.ReadAllLines(Path.Combine(outputDir, sdkVersionPath));
5959
string expectedSdkVersion = sdkVersionLines[1];
6060

61-
// Disable due to https://github.com/dotnet/source-build/issues/3693
62-
// Assert.Equal(expectedSdkVersion, sdkVersion);
61+
Assert.Equal(expectedSdkVersion, sdkVersion);
6362
}
6463
finally
6564
{

0 commit comments

Comments
 (0)