From 5cd5a252dad2ebe59afc545a78a564e32e403359 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 21 Feb 2020 15:04:26 +0100 Subject: [PATCH] added baget credentials to pipeline --- Jenkinsfile | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 91e9b8d..d3ab991 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,8 @@ pipeline { agent any + environment { + BAGET = credentials('') + } stages { stage('Build Projects') { steps { diff --git a/README.md b/README.md index 0db7a80..f904a60 100644 --- a/README.md +++ b/README.md @@ -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