mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(dotnet-5.0.201): call the correect dotnet binary
This commit is contained in:
parent
91018d6d85
commit
c01d8e1c55
1 changed files with 1 additions and 1 deletions
2
packages/dotnet/5.0.201/build.sh
vendored
2
packages/dotnet/5.0.201/build.sh
vendored
|
@ -6,7 +6,7 @@ rm dotnet.tar.gz
|
|||
|
||||
# Cache nuget packages
|
||||
export DOTNET_CLI_HOME=$PWD
|
||||
dotnet new console -o cache_application
|
||||
./dotnet new console -o cache_application
|
||||
# This calls a restore on the global-packages index ($DOTNET_CLI_HOME/.nuget/packages)
|
||||
# If we want to allow more packages, we could add them to this cache_application
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue