Fixed Jenkinsfile syntax.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9631cb4b6b
commit
a4adb7c582
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -26,7 +26,8 @@ pipeline {
|
||||
stage("Publish") {
|
||||
steps {
|
||||
sh '''#!/bin/bash
|
||||
for file in Props.Shop/**/*.csproj do
|
||||
for file in Props.Shop/**/*.csproj
|
||||
do
|
||||
conda run -n base dotnet publish --configuration Release --output output/shop-modules $file
|
||||
done
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user