Fixed Jenkinsfile syntax.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2024-07-19 21:54:26 +00:00
parent 9631cb4b6b
commit a4adb7c582

3
Jenkinsfile vendored
View File

@ -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
'''