mirror of
https://github.com/Ellpeck/Coroutine.git
synced 2024-11-26 06:58:35 +01:00
Compare commits
2 commits
8f3f960e57
...
fe9e5c658a
Author | SHA1 | Date | |
---|---|---|---|
fe9e5c658a | |||
3a65960309 |
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Pack') {
|
stage('Pack') {
|
||||||
steps {
|
steps {
|
||||||
sh 'find . -type f -name \\\'*.nupkg\\\' -delete'
|
sh 'find . -type f -name "*.nupkg" -delete'
|
||||||
sh 'dotnet pack --version-suffix ${BUILD_NUMBER}'
|
sh 'dotnet pack --version-suffix ${BUILD_NUMBER}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
branch 'main'
|
branch 'main'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n true'
|
sh 'dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue