forked from reinforced/Reinforced.Typings
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Christian Bankester edited this page Nov 6, 2024
·
1 revision
To build a new version:
- Update Version in
build.cake
and all the various.csproj
files - Install cake in terminal:
dotnet tool install --global Cake.Tool --version 2
- Build:
dotnet cake .\cake\build.cake
- Push to Immense's GitHub NuGet repo:
dotnet nuget push .\Reinforced.Typings.1.99.0.nupkg --source immense-github --interactive
- Assuming you have
immense-github
as a nuget source
- Assuming you have