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
**_Are you a customer of Octopus Deploy? Don't raise the issue here. Please contact [our support team](https://octopus.com/support) so we can triage your issue, so that we can make sure it's handled appropriately._**
9
+
- type: checkboxes
10
+
id: team
11
+
attributes:
12
+
label: Team
13
+
description: Assign a `team/<team>` label to this issue so it can be dispatched to them. Use the [ownership map](https://whimsical.com/ownership-map-NzbiD4HJyvhC9jNJNfS6TG) to find the most appropriate team to assign this issue to. If you are not sure, or they are not listed, choose `team/fire-and-motion`
14
+
options:
15
+
- label: I've assigned a team label to this issue
16
+
required: true
17
+
- type: textarea
18
+
id: what-happened
19
+
attributes:
20
+
label: What happened?
21
+
description: A clear and concise description of what the issue is. Also tell us, what did you expect to happen?
22
+
placeholder: Tell us what is wrong
23
+
validations:
24
+
required: true
25
+
- type: textarea
26
+
id: steps-to-reproduce
27
+
attributes:
28
+
label: Reproduction
29
+
description: Enter either a link to an octopus instance exhibiting the error or the steps required to reproduce the error
30
+
placeholder: Steps to reproduce or link to it occuring
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
id: stacktrace
35
+
attributes:
36
+
label: Error and Stacktrace
37
+
description: If you have an error message and/or stacktrace, add it here. No need to use backticks. Prefer text over a screenshot so it can be searched for.
38
+
render: shell
39
+
- type: textarea
40
+
id: further-information
41
+
attributes:
42
+
label: More Information
43
+
description: Anything else that can help us solve the problem, logs, links, screenshots, suspicions, add them here. Remember this is public so link off to internal systems if there is anything that may be confidential.
44
+
placeholder: Tell us more
45
+
validations:
46
+
required: false
47
+
- type: textarea
48
+
id: workaround
49
+
attributes:
50
+
label: Workaround
51
+
description: If you know of any workarounds, add them here
**_Are you a customer of Octopus Deploy? Please contact [our support team](https://octopus.com/support) so we can triage your PR, so that we can make sure it's handled appropriately._**
2
+
3
+
# Background
4
+
5
+
<!-- Why does this PR exist? -->
6
+
7
+
# Results
8
+
9
+
<!-- Describe the result of the change -->
10
+
11
+
Fixes https://github.com/OctopusDeploy/Issues/issues/... _(optional public issue)_
See [How we use GitHub Issues](https://github.com/OctopusDeploy/Issues/blob/master/docs/CONTRIBUTING.internal.md) (including [this flowchart](https://whimsical.com/r-d-incoming-work-workflow-aug-21-NsDnGQXcwBLwU66a88Zhue)
16
+
17
+
## Before
18
+
19
+
<!-- Consider adding a log excerpt or screen capture. -->
-[ ] I have read [How we use GitHub Issues](https://github.com/OctopusDeploy/Issues/blob/master/docs/CONTRIBUTING.internal.md) for help deciding when and where it's appropriate to make an issue.
43
+
-[ ] I have considered informing or consulting the right people, according to the [ownership map](https://whimsical.com/ownership-map-NzbiD4HJyvhC9jNJNfS6TG).
44
+
-[ ] I have considered appropriate testing for my change.
Copy file name to clipboardExpand all lines: build/Build.cs
+30-32Lines changed: 30 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,14 @@
21
21
[UnsetVisualStudioEnvironmentVariables]
22
22
classBuild:NukeBuild
23
23
{
24
-
[Parameter("Configuration to build - Default is 'Debug' (local) or 'Release' (server)")]readonlyConfigurationConfiguration=IsLocalBuild?Configuration.Debug:Configuration.Release;
<Description>The command line parsing library used by many of Octopus apps. Supports global and command specific help, json output, auto-complete and more.</Description>
25
25
<!-- copy dependencies to the output folder (for netstandard) so we can ilmerge them together -->
<description>The command line parsing library used by many of Octopus apps. Supports global and command specific help, json output, auto-complete and more.</description>
0 commit comments