Skip to content
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

Fully Deterministic Build with SourceLink #351

Closed
jzabroski opened this issue Jun 29, 2020 · 1 comment · Fixed by #407
Closed

Fully Deterministic Build with SourceLink #351

jzabroski opened this issue Jun 29, 2020 · 1 comment · Fixed by #407
Milestone

Comments

@jzabroski
Copy link
Collaborator

jzabroski commented Jun 29, 2020

https://github.com/clairernovotny/DeterministicBuilds

This may solve #348

Directory.Build.props

See: https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2019#directorybuildprops-example

<Project>
 <PropertyGroup>
   <Deterministic>true</Deterministic>
 </PropertyGroup>
</Project>
@jzabroski
Copy link
Collaborator Author

Fixed in #407

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant