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') {
|
||||
steps {
|
||||
sh 'dotnet publish vassago.csproj --configuration Release --os linux'
|
||||
archiveArtifacts artifacts: 'bin/Release/net8.0/linux-x64/publish/*'
|
||||
dotnetBuild(outputDirectory: "./dist", project: "vassago.csproj")
|
||||
archiveArtifacts artifacts: 'dist/*'
|
||||
}
|
||||
}
|
||||
stage ('upload') {
|
||||
|
Loading…
Reference in New Issue
Block a user