Advise folks to set cloud build variables from just one project - #180
Conversation
|
@onovotny What do you think? |
|
That works. One other idea, that's more deterministic and perhaps a better option for this scenario, is packaging NB.GV as a .NET Core Global tool. It can return a json object like the This has a benefit over the
I could easily reference them everywhere I needed. Thoughts? |
|
@onovotny I hadn't heard of .NET Core Global tools. Thanks for the tip. It looks like it's new in .NET Core 2.1, so too early to document anything for it, I think. So I'll complete this PR and open an issue to track. |
|
Hi @AArnott it's not clear from this doc whether the "put the cloud variables in one project" advice also applies to the "buildNumber" and "setAllVariables" attributes, or just relevant to "setVersionVariables". Can you clarify? It's also not clear if I need to set "setVersionVariables" if I already set "setAllVariables". Thanks. |
|
Thanks for the feedback, @tzachshabtay. Does #183 help? |
|
Thanks @AArnott, looks good. |
This is in an attempt to fix #180
No description provided.