Skip to content

Commit 89dc0de

Browse files
committed
Revert "use csproj files instead of nuspec"
This reverts commit 94f4ad8.
1 parent 881aa7e commit 89dc0de

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(cmdParserProject, nuGetPackSettings);
165-
NuGetPack(fveProject, nuGetPackSettings);
164+
NuGetPack(nuspecFile, nuGetPackSettings);
165+
NuGetPack(fvNuspecFile, nuGetPackSettings);
166166

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

0 commit comments

Comments
 (0)