This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree 1 file changed +24
-0
lines changed
source/Nuke.Common/Tools/DotNet
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1202
1202
"format" : " --skip-manifest-update" ,
1203
1203
"help" : " Skip updating the workload manifests. The workload manifests define what assets and versions need to be installed for each workload."
1204
1204
},
1205
+ {
1206
+ "name" : " SkipSignCheck" ,
1207
+ "type" : " bool" ,
1208
+ "format" : " --skip-sign-check" ,
1209
+ "help" : " Skipping the nuget package signature verification."
1210
+ },
1205
1211
{
1206
1212
"name" : " Source" ,
1207
1213
"type" : " string" ,
1294
1300
"format" : " --skip-manifest-update" ,
1295
1301
"help" : " Skip updating the workload manifests. The workload manifests define what assets and versions need to be installed for each workload."
1296
1302
},
1303
+ {
1304
+ "name" : " SkipSignCheck" ,
1305
+ "type" : " bool" ,
1306
+ "format" : " --skip-sign-check" ,
1307
+ "help" : " Skipping the nuget package signature verification."
1308
+ },
1297
1309
{
1298
1310
"name" : " Source" ,
1299
1311
"type" : " string" ,
1370
1382
"format" : " --no-cache" ,
1371
1383
"help" : " Prevents caching of packages and http requests."
1372
1384
},
1385
+ {
1386
+ "name" : " SkipSignCheck" ,
1387
+ "type" : " bool" ,
1388
+ "format" : " --skip-sign-check" ,
1389
+ "help" : " Skipping the nuget package signature verification."
1390
+ },
1373
1391
{
1374
1392
"name" : " Source" ,
1375
1393
"type" : " string" ,
1434
1452
"format" : " --no-cache" ,
1435
1453
"help" : " Prevents caching of packages and http requests."
1436
1454
},
1455
+ {
1456
+ "name" : " SkipSignCheck" ,
1457
+ "type" : " bool" ,
1458
+ "format" : " --skip-sign-check" ,
1459
+ "help" : " Skipping the nuget package signature verification."
1460
+ },
1437
1461
{
1438
1462
"name" : " Source" ,
1439
1463
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments