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
shop-data
Props/shops
output

6
Jenkinsfile vendored
View File

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