Migrate project.json to dotnet.csproj & do build in dotnet container (#488)

This commit is contained in:
Ta-Ching Chen
2018-02-07 21:43:51 +08:00
committed by GitHub
parent c56ed598cb
commit 3c513c7f61
4 changed files with 30 additions and 27 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
dotnet restore fission-dotnet.csproj
dotnet publish fission-dotnet.csproj -c Release -o out