You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varciSystem=newOption<string>(new[]{"--ci-system","-s"},"Force activation for a particular CI system. If not specified, auto-detection will be used. Supported values are: "+string.Join(", ",CloudProviderNames)).FromAmong(CloudProviderNames);
195
195
varallVars=newOption<bool>(new[]{"--all-vars","-a"},"Defines ALL version variables as cloud build variables, with a \"NBGV_\" prefix.");
196
196
varcommonVars=newOption<bool>(new[]{"--common-vars","-c"},"Defines a few common version variables as cloud build variables, with a \"Git\" prefix (e.g. GitBuildVersion, GitBuildVersionSimple, GitAssemblyInformationalVersion).");
197
+
varskipCloudBuildNumber=newOption<bool>(new[]{"--skip-cloud-build-number"},"Do not emit the cloud build variable to set the build number. This is useful when you want to set other cloud build variables but not the build number.");
197
198
vardefine=newOption<string[]>(new[]{"--define","-d"},()=>Array.Empty<string>(),"Additional cloud build variables to define. Each should be in the NAME=VALUE syntax.")
0 commit comments