mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +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
|
||||
done'''
|
||||
sh 'dotnet build **/Demos.csproj'
|
||||
sh '''for i in **/TemplateNamespace.csproj; do
|
||||
sh '''for i in **/*/TemplateNamespace.csproj; do
|
||||
dotnet build $i
|
||||
done'''
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue