dotnet: Remove reference to dotnet release command

- Currently not implemented...
This commit is contained in:
Corentin Le Molgat
2018-10-31 16:18:18 +01:00
parent 679783dbd2
commit 96f95aebf9

View File

@@ -36,8 +36,6 @@ should depends on all previous available packages and contains the Reference Ass
Either use the Makefile based build or you can build in Visual Studio.
The workflow is typically `make dotnet` which will build both C# and F# libraries package in debug mode.
The output will be placed in `<OR_ROOT>/packages` folder. All tests will be run based on this folder.
When you are ready to package the application `make dotnet_release` will compile in release mode and
will replace package in `<OR_ROOT>/packages`.
## Build Process
To Create a native dependent package we will split it in two parts: