-
Notifications
You must be signed in to change notification settings - Fork 136
Include runtime and sdk version as a build output of source-build #600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does anyone have more context about this? As a distro maintainer, I am okay with finding out the version from the tags that become available on github. It would be a nice-to-have if a build told me the SDK/ASP.NET/Runtime version at the end (in a structured, parseable format), but it's not a big deal (takes a few minutes a month). I am guessing there are other benefits that I am missing. @tmds @crummel do you see any other use-cases/benefits of implementing this that make this more of a priority? |
Thanks. Do we need the versions to show up in a file or in the console/log? Or both? |
I think a file since we'll want to use these in different CI steps, possibly even multiple files for ease of use - something like artifacts/build-info/{Runtime,Sdk,AspNet}Version.txt with just a single line each. Then in the YAML we can do something like
(a bit iffy on the syntax but it's something like that). @dseefeld @MichaelSimons any thoughts? |
This makes it easier to visually confirm what was built: Build Info: SDK Version: 5.0.202 ASP.NET Core Version: 5.0.5 Runtime Version: 5.0.5 And also stores these values in a named version files for later use. Fixes: dotnet#600
This makes it easier to visually confirm what was built: Build Info: SDK Version: 5.0.202 ASP.NET Core Version: 5.0.5 Runtime Version: 5.0.5 And also stores these values in named version files for later use. Fixes: dotnet#600
This makes it easier to visually confirm what was built: Build Info: SDK Version: 5.0.202 ASP.NET Core Version: 5.0.5 Runtime Version: 5.0.5 And also stores these values in named version files for later use. Fixes: dotnet#600
This makes it easier to visually confirm what was built: Build Info: SDK Version: 5.0.202 ASP.NET Core Version: 5.0.5 Runtime Version: 5.0.5 And also stores these values in named version files for later use. Fixes: dotnet#600
This makes it easier to visually confirm what was built: Build Info: SDK Version: 5.0.202 ASP.NET Core Version: 5.0.5 Runtime Version: 5.0.5 And also stores these values in named version files for later use. Fixes: dotnet#600
This makes it easier to visually confirm what was built: Build Info: SDK Version: 5.0.202 ASP.NET Core Version: 5.0.5 Runtime Version: 5.0.5 And also stores these values in named version files for later use. Fixes: dotnet#600
This makes it easier to visually confirm what was built: Build Info: SDK Version: 5.0.202 ASP.NET Core Version: 5.0.5 Runtime Version: 5.0.5 And also stores these values in named version files for later use. Fixes: dotnet#600
This makes it easier to visually confirm what was built: Build Info: SDK Version: 5.0.202 ASP.NET Core Version: 5.0.5 Runtime Version: 5.0.5 And also stores these values in named version files for later use. Fixes: dotnet#600
This facilitates automation of package creation for distro maintainers.
cc @tmds
Related to #585
The text was updated successfully, but these errors were encountered: