9

Github DemoCode/run-dotnet.sh at master · jskeet/DemoCode · GitHub

 3 years ago
source link: https://github.com/jskeet/DemoCode/blob/master/TravisConsole/run-dotnet.sh
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

DemoCode/run-dotnet.sh at master · jskeet/DemoCode · GitHubPermalink

executable file 21 lines (15 sloc) 436 Bytes

#!/bin/bash

set -e

cd $(readlink -f $(dirname ${BASH_SOURCE}))

echo "Before dotnet run (first)" dotnet run -- $1 echo "After dotnet run (first)"

echo "Before dotnet run (second)" dotnet run -- $1 echo "After dotnet run (second)"

echo "Before dotnet run --no-build" dotnet run --no-build -- $1 echo "After dotnet run --no-build "

echo "Before dotnet dll" dotnet bin/Debug/netcoreapp3.1/TravisConsole.dll $1 echo "After dotnet dll"


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK