From b1805e77a76c35aa96f4a7b4b4a3e6243ca8e9e2 Mon Sep 17 00:00:00 2001 From: Karl Essinger Date: Sun, 23 May 2021 02:06:10 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aa6ab88b..791fb908 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,16 +13,10 @@ pipeline { sh 'msbuild SCPDiscordPlugin/SCPDiscordPlugin.csproj -restore -p:PostBuildEvent=' } } - stage('Linux Bot') { + stage('Bot') { steps { dir(path: 'SCPDiscordBot') { sh 'dotnet build --output bin/linux-x64 --configuration Release --runtime linux-x64' - } - } - } - stage('Windows Bot') { - steps { - dir(path: 'SCPDiscordBot') { sh 'dotnet build --output bin/win-x64 --configuration Release --runtime win-x64' } }