Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty authored May 23, 2021
1 parent e66d67a commit b1805e7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down

0 comments on commit b1805e7

Please sign in to comment.