-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
dotnet/dotnet
#2375Labels
area-infraSource-build infrastructure and reportingSource-build infrastructure and reporting
Description
See dotnet/sdk#47076 (comment) for more information.
The .version file that is included in the Private.SourceBuild.Artifacts archive contains a .version file. Its inputs are two parameters: https://github.com/dotnet/dotnet/blob/2ba44e0dca33456408ebd3b6a6cb3ed910554078/eng/finish-source-only.proj#L276-L278
The SourceBuiltSdkNonStableVersion property is already read from SDK's .version file. The RepositoryCommit is or will be the same between sdk and the VMR as we build all repos from the same commit.
I think we can just use sdk's .version file instead of creating one for SB artifacts package.
Metadata
Metadata
Assignees
Labels
area-infraSource-build infrastructure and reportingSource-build infrastructure and reporting
Type
Projects
Status
Done