mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
removed template building
This commit is contained in:
parent
2a8766dc05
commit
9d90a72d53
1 changed files with 0 additions and 3 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -7,9 +7,6 @@ pipeline {
|
||||||
dotnet build $i
|
dotnet build $i
|
||||||
done'''
|
done'''
|
||||||
sh 'dotnet build **/Demos.csproj'
|
sh 'dotnet build **/Demos.csproj'
|
||||||
sh '''for i in **/*/TemplateNamespace.csproj; do
|
|
||||||
dotnet build $i
|
|
||||||
done'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue