We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since RepositoryBranch isn't populated by SourceLink, we should pass it in from the build scripts.
This is as trivial as -p:RepositoryBranch=${GITHUB_REF#refs/*/}
-p:RepositoryBranch=${GITHUB_REF#refs/*/}
The text was updated successfully, but these errors were encountered:
e6a51e4
Set default GitBranch from CI env variables
19b99bf
Virtually all CI systems provide environment variables containing the branch from the underlying source control. This is already in use in: https://github.com/dotnet/reproducible-builds/pull/ devlooped/oss#2 devlooped/nugetizer#57 devlooped/ThisAssembly#69 We should also bring in the same defaults here. Hopefully this will one day be part of SourceLink.
1e0e2f4
No branches or pull requests
Since RepositoryBranch isn't populated by SourceLink, we should pass it in from the build scripts.
This is as trivial as
-p:RepositoryBranch=${GITHUB_REF#refs/*/}
The text was updated successfully, but these errors were encountered: