Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 274 Bytes

File metadata and controls

7 lines (4 loc) · 274 Bytes

TableStoreRepository

Pushing packages to github

dotnet pack --configuration Release

dotnet nuget push .bin\release\dnkh.TableStoreRepository.0.0.1.nupkg --source https://nuget.pkg.github.com/dnkh/index.json --api-key <TOKEN / Personal access token from gitaccount>