Migrate project.json to dotnet.csproj & do build in dotnet container (#488)
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
dotnet restore fission-dotnet.csproj
|
||||
dotnet publish fission-dotnet.csproj -c Release -o out
|
||||
Reference in New Issue
Block a user