Compare commits

..

No commits in common. "9631cb4b6b126d6bfee5e08aad284adfffd8f342" and "d0217c2166fd19be133f3ba6cd5d4d9246c952f3" have entirely different histories.

2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@ -575,4 +575,3 @@ cython_debug/
# Props # Props
shop-data shop-data
Props/shops Props/shops
output

6
Jenkinsfile vendored
View File

@ -25,11 +25,7 @@ pipeline {
} }
stage("Publish") { stage("Publish") {
steps { steps {
sh '''#!/bin/bash sh 'conda run -n base dotnet publish --configuration Release --output output/shop-modules Props.Shop/**/*.csproj'
for file in Props.Shop/**/*.csproj do
conda run -n base dotnet publish --configuration Release --output output/shop-modules $file
done
'''
sh 'rm output/shop-modules/**/*.Tests.dll' sh 'rm output/shop-modules/**/*.Tests.dll'
fingerprint 'output/shop-modules/**/Props.Shop.*' fingerprint 'output/shop-modules/**/Props.Shop.*'
sh 'cp ./Props.Shop/output/shop-modules/**/*.dll ./Props.Shop/output/shop-modules/**/*.deps.json ./Props/shops/.' sh 'cp ./Props.Shop/output/shop-modules/**/*.dll ./Props.Shop/output/shop-modules/**/*.deps.json ./Props/shops/.'