Skip to content

Commit 4296646

Browse files
committed
[Nuke] update telemetry.
1 parent f4deb2f commit 4296646

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.nuke/build.schema.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,23 @@
3737
"GitHubActions",
3838
"GitLab",
3939
"Jenkins",
40+
"Rider",
4041
"SpaceAutomation",
4142
"TeamCity",
4243
"Terminal",
43-
"TravisCI"
44+
"TravisCI",
45+
"VisualStudio",
46+
"VSCode"
4447
]
4548
},
4649
"NoLogo": {
4750
"type": "boolean",
4851
"description": "Disables displaying the NUKE logo"
4952
},
53+
"Partition": {
54+
"type": "string",
55+
"description": "Partition to use on CI"
56+
},
5057
"Plan": {
5158
"type": "boolean",
5259
"description": "Shows the execution plan (HTML)"

Build/Nuke/NukeBuild.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<CheckEolTargetFramework>false</CheckEolTargetFramework>
88
<NukeRootDirectory>..\..</NukeRootDirectory>
99
<NukeScriptDirectory>..\..</NukeScriptDirectory>
10+
<NukeTelemetryVersion>1</NukeTelemetryVersion>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)