When BuildVersionDisplay_BuildUrl is not supplied, still provide a default build link for GitHub Actions builds.
Assemblies built via GitHub Actions can have the commits hash suffixed to AssemblyInformationalVersion, and the repository URL available in AssemblyMetadata("RepositoryUrl", ...). See this for Helpful Libraries (opened in ILSpy):
I'm not sure where these are added, specifically, because I also checked one of our deployed app's Web project, and its assembly contains neither of these attributed. Perhaps it happens during NuGet publishing?
Idea by @sebastienros:
When
BuildVersionDisplay_BuildUrl
is not supplied, still provide a default build link for GitHub Actions builds.Assemblies built via GitHub Actions can have the commits hash suffixed to
AssemblyInformationalVersion
, and the repository URL available inAssemblyMetadata("RepositoryUrl", ...)
. See this for Helpful Libraries (opened in ILSpy):I'm not sure where these are added, specifically, because I also checked one of our deployed app's Web project, and its assembly contains neither of these attributed. Perhaps it happens during NuGet publishing?
Jira issue