Skip to content

Commit 5b9fbb4

Browse files
committed
chore: fix missing build slnx build changes
1 parent 3073445 commit 5b9fbb4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.nuke/build.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"Package",
3030
"PushMyGet",
3131
"PushNuGet",
32+
"Restore",
3233
"Test",
3334
"UploadCodecov"
3435
]

.nuke/parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "./build.schema.json",
3-
"Solution": "ExpressionCache.sln"
4-
}
3+
"Solution": "ExpressionCache.slnx"
4+
}

0 commit comments

Comments
 (0)