forked from adam/discord-bot-shtik
build to dist?
Some checks failed
gitea.arg.rip/vassago/pipeline/head There was a failure building this commit
Some checks failed
gitea.arg.rip/vassago/pipeline/head There was a failure building this commit
This commit is contained in:
parent
246a6e2019
commit
09f439188a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -14,8 +14,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dotnet publish vassago.csproj --configuration Release --os linux'
|
dotnetBuild(outputDirectory: "./dist", project: "vassago.csproj")
|
||||||
archiveArtifacts artifacts: 'bin/Release/net8.0/linux-x64/publish/*'
|
archiveArtifacts artifacts: 'dist/*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ('upload') {
|
stage ('upload') {
|
||||||
|
Loading…
Reference in New Issue
Block a user