mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(dotnet-5.0.201): fix builds
This commit is contained in:
parent
c01d8e1c55
commit
cbe759ab56
2 changed files with 4 additions and 4 deletions
6
packages/dotnet/5.0.201/compile
vendored
6
packages/dotnet/5.0.201/compile
vendored
|
@ -1,12 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export DOTNET_CLI_HOME=$PWD
|
||||
export HOME=$PWD
|
||||
|
||||
dotnet build > /dev/null # Shut the thing up
|
||||
dotnet build --help > /dev/null # Shut the thing up
|
||||
|
||||
dotnet new console -o . --no-restore
|
||||
rm Program.cs
|
||||
|
||||
dotnet restore --source $DOTNET_ROOT/.nuget/packages
|
||||
|
||||
dotnet build -o . --no-restore
|
||||
dotnet build --no-restore
|
Loading…
Add table
Add a link
Reference in a new issue