Skip to content

Commit 9ba4e3d

Browse files
committed
Optimise Pack command
1 parent 4873714 commit 9ba4e3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Task("Pack")
7575
new DotNetCorePackSettings()
7676
{
7777
Configuration = configuration,
78+
NoBuild = true,
79+
NoRestore = true,
7880
OutputDirectory = artifactsDirectory,
7981
VersionSuffix = versionSuffix
8082
});

0 commit comments

Comments
 (0)