mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
pkg(dotnet-2.2.8): added dotnet 2.2.8
This commit is contained in:
parent
507233400d
commit
01a1518c84
6 changed files with 71 additions and 0 deletions
12
packages/dotnet/2.2.8/compile
vendored
Normal file
12
packages/dotnet/2.2.8/compile
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!usr/bin/env bash
|
||||
|
||||
export DOTNET_CLI_HOME=$PWD
|
||||
export HOME=$PWD
|
||||
|
||||
rename 's/$/\.cs/' "$@"
|
||||
dotnet build --help > /dev/null
|
||||
dotnet new console -o . --no-restore
|
||||
rm Program.cs
|
||||
|
||||
dotnet restore --source $DOTNET_ROOT/.nuget/packages
|
||||
dotnet build --no-restore
|
Loading…
Add table
Add a link
Reference in a new issue