-
Notifications
You must be signed in to change notification settings - Fork 19
Does setting ContinuousIntegrationBuild also set Deterministic? #14
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
A little late, but it looks like it sets ContinuousIntegrationBuild to true dynamically when running in a CI environment: You can see the props file includes conditions for multiple CI systems. |
@wapplegate Yeah, I see that, but I can't figure out if |
Yeah my bad I read that a little quick. If you remove:
Does it actually make a difference? I was under the assumption it wasn't required. |
IIRC from a quick search in the SDK repo I don't think the |
Looks like that's the answer @dferretti, thanks. Will close this now. |
I'm converting a project over to use this package, and I currently have something akin to:
I suspect that setting
ContinuousIntegrationBuild
is going to also setDeterministic
?The text was updated successfully, but these errors were encountered: