We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881aa7e commit 89dc0deCopy full SHA for 89dc0de
1 file changed
build.cake
@@ -161,8 +161,8 @@ Task("Generate-NuGet")
161
Information("File: {0}", file);
162
}
163
164
- NuGetPack(cmdParserProject, nuGetPackSettings);
165
- NuGetPack(fveProject, nuGetPackSettings);
+ NuGetPack(nuspecFile, nuGetPackSettings);
+ NuGetPack(fvNuspecFile, nuGetPackSettings);
166
167
Information("NuGetPack: Done");
168
});
0 commit comments