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

Produce deterministic CI builds #973

Closed
atifaziz opened this issue Feb 27, 2023 · 0 comments · Fixed by #975
Closed

Produce deterministic CI builds #973

atifaziz opened this issue Feb 27, 2023 · 0 comments · Fixed by #975
Assignees

Comments

@atifaziz
Copy link
Member

atifaziz commented Feb 27, 2023

CI builds should be deterministic because:

Deterministic builds ensure that the same binary is produced regardless of the machine building it, including paths to sources stored in the symbols. While deterministic builds are enabled by default in .NET SDK projects, there is an extra property, ContinuousIntegrationBuild, to set on the build server to normalize stored file paths. These should not be enabled during local dev or the debugger won’t be able to find the local source files.

See also:

@atifaziz atifaziz self-assigned this Feb 27, 2023
atifaziz added a commit that referenced this issue Feb 28, 2023
This is a squashed merge or PR #975 that closes #973.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant