Comment 7 for bug 1997746

Revision history for this message
Graham Inggs (ginggs) wrote :

#1. Checking DOTNET_ROOT variable is set:

$ env | grep DOTNET
DOTNET_ROOT=/usr/lib/dotnet
DOTNET_BUNDLE_EXTRACT_BASE_DIR=/home/ubuntu/.cache/dotnet_bundle_extract

#2. Checking we can run the dotnet binary directly:

$ TheTesting/bin/Debug/net6.0/TheTesting
Hello, World!