Skip to content

Instantly share code, notes, and snippets.

View cezarypiatekGC's full-sized avatar

Cezary Piątek cezarypiatekGC

  • Gain Capital
View GitHub Profile
@gwalkey
gwalkey / gist:b168d532b472333e96663cf607bf84eb
Last active March 16, 2025 12:00
Create a NuGet Package to Install a Powershell Module
Download the CLI Version of NuGet
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
--Create Work Paths
md c:\nuget
md c:\nuget\source
md c:\nuget\publish
-- One-Time - Create local NuGet Repo/feed using a local drive path
cd c:\nuget