Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 740 Bytes

File metadata and controls

44 lines (30 loc) · 740 Bytes

Development Notes

Debug Build

dotnet build

Building release from the command line:

dotnet build -c Release /p:SourceLinkCreate=true /p:VersionSuffix= /p:OfficialBuild=true

Creating packages from command line:

dotnet pack -c Release /p:SourceLinkCreate=true /p:VersionSuffix= /p:OfficialBuild=true

Install or upgrade local Bionic version using latest package:

dotnet tool install -g Bionic --add-source ./nupkg
dotnet tool update -g Bionic --add-source ./nupkg

Running the CLI

Using the latest DLL

dotnet ./bin/Debug/netcoreapp2.1/Bionic.dll -v
dotnet ./bin/Release/netcoreapp2.1/Bionic.dll -v

Using the CLI

bionic -v