We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb0e0b commit 6fe6b05Copy full SHA for 6fe6b05
.gitignore
@@ -56,4 +56,5 @@ dkms.conf
56
[o|O]bj
57
[b|B]in
58
nupkg
59
+nupkgs
60
.vs
README.md
@@ -43,6 +43,7 @@ dotnet build ./src/genocs.cli.csproj
43
44
# Pack the tool (to be deployed on nuget)
45
dotnet pack
46
+dotnet pack --output nupkgs
47
48
# Run the tool to install the templates
49
dotnet run -f net7.0 --project ./src/genocs.cli.csproj genocs -i
0 commit comments