mirror of
https://github.com/Ellpeck/Coroutine.git
synced 2024-11-21 21:33:29 +01:00
good job again haha
This commit is contained in:
parent
ad61eb123c
commit
314dd07508
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
steps {
|
steps {
|
||||||
sh '''dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
|
sh '''dotnet nuget push -s http://localhost:5000/v3/index.json **/Coroutine.csproj -k $BAGET -n true
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue