4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
dotnet restore fission-dotnet.csproj
|
|
dotnet publish fission-dotnet.csproj -c Release -o out
|