1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-11 08:50:24 +02:00

whoops subfolders

This commit is contained in:
Ellpeck 2020-02-26 10:27:22 +01:00
parent 55216583f3
commit 2a8766dc05

2
Jenkinsfile vendored
View file

@ -7,7 +7,7 @@ pipeline {
dotnet build $i
done'''
sh 'dotnet build **/Demos.csproj'
sh '''for i in **/TemplateNamespace.csproj; do
sh '''for i in **/*/TemplateNamespace.csproj; do
dotnet build $i
done'''
}