dotnet add cs extension
This commit is contained in:
parent
c6e78fa073
commit
f72c51d614
|
@ -3,10 +3,13 @@
|
||||||
export DOTNET_CLI_HOME=$PWD
|
export DOTNET_CLI_HOME=$PWD
|
||||||
export HOME=$PWD
|
export HOME=$PWD
|
||||||
|
|
||||||
|
rename 's/$/\.cs/' "$@" # Add .cs extension
|
||||||
|
|
||||||
dotnet build --help > /dev/null # Shut the thing up
|
dotnet build --help > /dev/null # Shut the thing up
|
||||||
|
|
||||||
dotnet new console -o . --no-restore
|
dotnet new console -o . --no-restore
|
||||||
rm Program.cs
|
rm Program.cs
|
||||||
|
|
||||||
|
|
||||||
dotnet restore --source $DOTNET_ROOT/.nuget/packages
|
dotnet restore --source $DOTNET_ROOT/.nuget/packages
|
||||||
dotnet build --no-restore
|
dotnet build --no-restore
|
Loading…
Reference in New Issue