-
-
Notifications
You must be signed in to change notification settings - Fork 177
Add NBGV_GitEngine=Disabled option #586
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
Conversation
|
I can't tell easily from the code, since I'm unfamiliar with the architecture. Will this also address usages of |
AArnott
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Not what I think I would have done but I really like where you took it. Let's run with it. I did a couple touch-ups and modified the test file slightly. I think we need to promote more tests to run in the no-git scenario than the two I did so far. Can you find the other tests that would pass or should pass, and add a couple new ones specifically for the no-git scenario?
|
I've resolved conflicts locally and will push once I validate the result. |
This adds
Disabledas an option to theNBGV_GitEnginesetting, which turns off all git operations, but still emits expected / dummy AssemblyInfo properties.Closes #568