Skip to content

Commit b14f46b

Browse files
committed
Release process documentation
1 parent c6e0ad6 commit b14f46b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/release-process.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Release Process
2+
Build and package the project with the _Release_ configuration.
3+
4+
```
5+
dotnet build .\src\MaybeSharp.sln -c Release
6+
dotnet pack .\src\MaybeSharp.sln -c Release
7+
```
8+
9+
Publish package with
10+
```
11+
dotnet nuget push src\MaybeSharp\bin\Release\MaybeSharp.[X.Y.Z].nupkg -k [API-Key] -s https://api.nuget.org/v3/index.json
12+
```

0 commit comments

Comments
 (0)