1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-08-28 07:30:03 +02:00

pkg(dotnet-5.0.201): Nuget caching

This commit is contained in:
Thomas Hobson 2021-03-20 15:17:55 +13:00
parent 7ad8f337bc
commit 91018d6d85
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
4 changed files with 20 additions and 3 deletions
packages/dotnet/5.0.201

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
export DOTNET_CLI_HOME=$PWD
shift
dotnet $(basename $(realpath .)).dll "$@"