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