mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
whoops subfolders
This commit is contained in:
parent
55216583f3
commit
2a8766dc05
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -7,7 +7,7 @@ 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
|
sh '''for i in **/*/TemplateNamespace.csproj; do
|
||||||
dotnet build $i
|
dotnet build $i
|
||||||
done'''
|
done'''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue