Regression caused by dotnet/sdk#44289
The SourceBuiltArtifactsTests.VerifyVersionFile is failing in all 9.0.1xx builds because the test expects the SDK version to be 9.0.100-rtm.24517.1 but it is 9.0.100.
The expected version is pulled from the source-built SDK, and the actual version is pulled from the private-source-built artifacts. This means that the SDK version is still 9.0.100-rtm.24517.1.
cc @marcpopMSFT
Regression caused by dotnet/sdk#44289
The
SourceBuiltArtifactsTests.VerifyVersionFileis failing in all 9.0.1xx builds because the test expects the SDK version to be9.0.100-rtm.24517.1but it is9.0.100.The expected version is pulled from the source-built SDK, and the actual version is pulled from the private-source-built artifacts. This means that the SDK version is still
9.0.100-rtm.24517.1.cc @marcpopMSFT