mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-25 14:36:28 +02:00
pkg(dotnet-5.0.201): Added F#.net, F# interactive and VB.net
This commit is contained in:
parent
0c4e206d03
commit
3340cbbe68
9 changed files with 129 additions and 12 deletions
6
packages/dotnet/5.0.201/build.sh
vendored
Normal file → Executable file
6
packages/dotnet/5.0.201/build.sh
vendored
Normal file → Executable file
|
@ -7,8 +7,10 @@ rm dotnet.tar.gz
|
|||
# Cache nuget packages
|
||||
export DOTNET_CLI_HOME=$PWD
|
||||
./dotnet new console -o cache_application
|
||||
./dotnet new console -lang F# -o fs_cache_application
|
||||
./dotnet new console -lang VB -o vb_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
|
||||
|
||||
rm -rf cache_application
|
||||
# Get rid of it, we don't actually need the application - just the restore
|
||||
rm -rf cache_application fs_cache_application vb_cache_application
|
||||
# Get rid of it, we don't actually need the application - just the restore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue