Skip to content

Commit

Permalink
[release/8.0.1xx] Stabilize package versions (#17614)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Thalman <[email protected]>
  • Loading branch information
mmitche and mthalman authored Oct 30, 2023
1 parent 313186d commit 33c608b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ public void VerifyVersionFile()
string[] sdkVersionLines = File.ReadAllLines(Path.Combine(outputDir, sdkVersionPath));
string expectedSdkVersion = sdkVersionLines[1];

Assert.Equal(expectedSdkVersion, sdkVersion);
// Disable due to https://github.com/dotnet/source-build/issues/3693
// Assert.Equal(expectedSdkVersion, sdkVersion);
}
finally
{
Expand Down

0 comments on commit 33c608b

Please sign in to comment.