[release/8.0.1xx] Stabilize package versions (#17614)
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
This commit is contained in:
parent
d6d8155f4f
commit
00fbfd8650
2 changed files with 3 additions and 2 deletions
|
@ -58,7 +58,8 @@ public class SourceBuiltArtifactsTests : SdkTests
|
|||
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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue