Skip to content

Commit 32b6066

Browse files
authored
Merge pull request #47 from icarus-consulting/fix-pacakge-creation
fix: package creation
2 parents 3b62ddd + 1ebe36f commit 32b6066

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.cake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ Task("NuGet")
194194
{
195195
Configuration = configuration,
196196
OutputDirectory = buildArtifacts,
197-
NoRestore = true,
198-
NoBuild = true,
199197
VersionSuffix = ""
200198
};
201199
settings.ArgumentCustomization = args => args.Append("--include-symbols").Append("-p:SymbolPackageFormat=snupkg");

0 commit comments

Comments
 (0)