Fix the dotnet20 build, use docker for builds, and re-enable dotnet20 in the release script.
4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
dotnet restore fission-dotnet20.csproj
|
|
dotnet publish fission-dotnet20.csproj -c Release -o out
|