mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
added baget credentials to pipeline
This commit is contained in:
parent
0b27135ef1
commit
5cd5a252da
2 changed files with 4 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,5 +1,8 @@
|
|||
pipeline {
|
||||
agent any
|
||||
environment {
|
||||
BAGET = credentials('')
|
||||
}
|
||||
stages {
|
||||
stage('Build Projects') {
|
||||
steps {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# MLEM
|
||||
(M)LEM (L)ibrary by (E)llpeck for (M)onoGame
|
||||
|
||||
Get it at https://www.nuget.org/packages?q=mlem
|
||||
Get it at https://www.nuget.org/packages?q=mlem or get prerelease builds at https://nuget.ellpeck.de/
|
||||
|
||||
To talk about MLEM and suggest features or report issues, join the Discord at https://ellpeck.de/discord
|
||||
|
|
Loading…
Reference in a new issue