ln.ethercat/build.ln

32 lines
720 B
Plaintext

{
"templates": [
"dotnet"
],
"env": {
"NUGET_SOURCE": "https://nexus.niclas-thobaben.de/repository/l--n.de/",
"CONFIGURATION": "Release"
},
"stages": [
{
"name": "prepare",
"commands": [
"dotnet prepare */*.csproj"
]
},
{
"name": "native-build",
"priority": 200,
"commands": [
"sh make -f contrib.soem.make all"
]
},
{
"name": "pack2",
"priority": 701,
"commands": [
"sh set",
"dotnet publish -p:PublishSingleFile=true"
]
},
]
}