Add pack2 stage to build script

master
Harald Wolff 2020-12-23 23:38:23 +01:00
parent 1283d1c570
commit d50b112922
1 changed files with 9 additions and 1 deletions

View File

@ -19,6 +19,14 @@
"commands": [
"sh make -f contrib.soem.make all"
]
}
},
{
"name": "pack2",
"priority": 701,
"commands": [
"sh set",
"dotnet publish -p:PublishSingleFile=true"
]
},
]
}