Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 366 Bytes

DEVGUIDE.md

File metadata and controls

10 lines (7 loc) · 366 Bytes

Manual push of packages

You can push the packages if you have permissions, either automatically using build Release or manually

.\Build BuildPackage
set APIKEY=...
..\fsharp\.nuget\nuget.exe push bin\ExcelProvider.1.0.1.nupkg %APIKEY% -Source https://nuget.org

git tag 1.0.1
git push https://github.com/fsprojects/ExcelProvider --tags