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.
1 parent 4873714 commit 9ba4e3dCopy full SHA for 9ba4e3d
build.cake
@@ -75,6 +75,8 @@ Task("Pack")
75
new DotNetCorePackSettings()
76
{
77
Configuration = configuration,
78
+ NoBuild = true,
79
+ NoRestore = true,
80
OutputDirectory = artifactsDirectory,
81
VersionSuffix = versionSuffix
82
});
0 commit comments