Quantcast
Channel: Muhammad Rehan Saeed
Viewing all articles
Browse latest Browse all 138

The Fastest Way to Publish a NuGet Package

$
0
0
gh repo create RehanSaeed/FastestNuGet --public
cd FastestNuGet
dotnet new --install Boxed.Templates
dotnet new nuget --github-username RehanSaeed --github-project FastestNuGet
git add .
git commit -m "Initial"
git push --set-upstream origin master

# Published to GitHub Packages
start https://github.com/RehanSaeed/FastestNuGet/packages

# Add NUGET_API_KEY to GitHub secrets
git tag -a 0.0.1 -m "Initial"
git push --tags

# Published to NuGet
start https://www.nuget.org/packages/FastestNuGet/

GitHub-Secrets-2256x1010.jpg


Viewing all articles
Browse latest Browse all 138

Trending Articles