Revert "stabilize package versions"
This commit is contained in:
parent
e552fd48f3
commit
b7bae3f7ae
2 changed files with 2 additions and 3 deletions
|
@ -58,8 +58,7 @@ public class SourceBuiltArtifactsTests : SdkTests
|
|||
string[] sdkVersionLines = File.ReadAllLines(Path.Combine(outputDir, sdkVersionPath));
|
||||
string expectedSdkVersion = sdkVersionLines[1];
|
||||
|
||||
// Disable due to https://github.com/dotnet/source-build/issues/3693
|
||||
// Assert.Equal(expectedSdkVersion, sdkVersion);
|
||||
Assert.Equal(expectedSdkVersion, sdkVersion);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue