-
Notifications
You must be signed in to change notification settings - Fork 652
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
Exopose NoNormalize property for GitVersionTask #1929
Conversation
LGTM! |
how to use this property from jenkins? |
In order to disable the normalizing procedure it is necessary to change the property <GitVersion_NoNormalizeEnabled Condition="$(GitVersion_NoNormalizeEnabled) == ''">false</GitVersion_NoNormalizeEnabled> To: <GitVersion_NoNormalizeEnabled Condition="$(GitVersion_NoNormalizeEnabled) == ''">ture</GitVersion_NoNormalizeEnabled> the file is located in the nuget packages folder: |
I have used the property on my jenkins slave, but i can not build:
|
Any news about this? |
@fedebn, you can use this in the latest pre-release builds of 5.1.4, but if you need a stable one you have to wait a bit until we have that finished up. |
I have tested latest official release, work properly, and speed up my build on jenkins slave |
@fedebn, thanks for reporting back. |
No description provided.