mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
oh God
This commit is contained in:
parent
73cc3ff719
commit
917e2a78c8
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -22,6 +22,7 @@ done'''
|
||||||
sh '''for i in **/*.nupkg; do
|
sh '''for i in **/*.nupkg; do
|
||||||
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
|
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
|
||||||
done'''
|
done'''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Pack and Publish (Release)') {
|
stage('Pack and Publish (Release)') {
|
||||||
|
|
Loading…
Reference in a new issue