1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-22 20:58:34 +01:00
This commit is contained in:
Ellpeck 2020-05-21 02:19:16 +02:00
parent 73cc3ff719
commit 917e2a78c8

1
Jenkinsfile vendored
View file

@ -23,6 +23,7 @@ done'''
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
done'''
}
}
stage('Pack and Publish (Release)') {
when {