Skip to content

Commit 94f4ad8

Browse files
committed
use csproj files instead of nuspec
1 parent 0fc6682 commit 94f4ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ Task("Generate-NuGet")
161161
Information("File: {0}", file);
162162
}
163163

164-
NuGetPack(nuspecFile, nuGetPackSettings);
165-
NuGetPack(fvNuspecFile, nuGetPackSettings);
164+
NuGetPack(cmdParserProject, nuGetPackSettings);
165+
NuGetPack(fveProject, nuGetPackSettings);
166166

167167
Information("NuGetPack: Done");
168168
});

0 commit comments

Comments
 (0)