Compare commits
No commits in common. "9631cb4b6b126d6bfee5e08aad284adfffd8f342" and "d0217c2166fd19be133f3ba6cd5d4d9246c952f3" have entirely different histories.
9631cb4b6b
...
d0217c2166
1
.gitignore
vendored
1
.gitignore
vendored
@ -575,4 +575,3 @@ cython_debug/
|
||||
# Props
|
||||
shop-data
|
||||
Props/shops
|
||||
output
|
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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/.'
|
||||
|
Loading…
Reference in New Issue
Block a user