We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e57f2cb + dcbf3ae commit 10e840aCopy full SHA for 10e840a
1 file changed
build.cake
@@ -44,6 +44,7 @@ Task("Test")
44
{
45
Configuration = configuration,
46
NoBuild = true,
47
+ NoRestore = true,
48
});
49
50
@@ -72,11 +73,14 @@ Task("Format-Fix")
72
73
74
75
Task("Pack-DotNetTool")
76
+ .IsDependentOn("Compile")
77
.Does(() =>
78
79
DotNetPack(consoleCsproj, new DotNetPackSettings
80
81
82
83
+ NoBuild = true,
84
OutputDirectory = "./artifacts/nupkgs",
85
MSBuildSettings = new DotNetMSBuildSettings
86
0 commit comments