Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit b747115

Browse files
authored
fix(tools): missing DotNetTasks arguments (#1314)
1 parent 85655dd commit b747115

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

source/Nuke.Common/Tools/DotNet/DotNet.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,12 @@
12021202
"format": "--skip-manifest-update",
12031203
"help": "Skip updating the workload manifests. The workload manifests define what assets and versions need to be installed for each workload."
12041204
},
1205+
{
1206+
"name": "SkipSignCheck",
1207+
"type": "bool",
1208+
"format": "--skip-sign-check",
1209+
"help": "Skipping the nuget package signature verification."
1210+
},
12051211
{
12061212
"name": "Source",
12071213
"type": "string",
@@ -1294,6 +1300,12 @@
12941300
"format": "--skip-manifest-update",
12951301
"help": "Skip updating the workload manifests. The workload manifests define what assets and versions need to be installed for each workload."
12961302
},
1303+
{
1304+
"name": "SkipSignCheck",
1305+
"type": "bool",
1306+
"format": "--skip-sign-check",
1307+
"help": "Skipping the nuget package signature verification."
1308+
},
12971309
{
12981310
"name": "Source",
12991311
"type": "string",
@@ -1370,6 +1382,12 @@
13701382
"format": "--no-cache",
13711383
"help": "Prevents caching of packages and http requests."
13721384
},
1385+
{
1386+
"name": "SkipSignCheck",
1387+
"type": "bool",
1388+
"format": "--skip-sign-check",
1389+
"help": "Skipping the nuget package signature verification."
1390+
},
13731391
{
13741392
"name": "Source",
13751393
"type": "string",
@@ -1434,6 +1452,12 @@
14341452
"format": "--no-cache",
14351453
"help": "Prevents caching of packages and http requests."
14361454
},
1455+
{
1456+
"name": "SkipSignCheck",
1457+
"type": "bool",
1458+
"format": "--skip-sign-check",
1459+
"help": "Skipping the nuget package signature verification."
1460+
},
14371461
{
14381462
"name": "Source",
14391463
"type": "string",

0 commit comments

Comments
 (0)