build to dist?
Some checks failed
gitea.arg.rip/vassago/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2025-03-25 17:15:02 -04:00
parent 246a6e2019
commit 09f439188a

4
Jenkinsfile vendored
View File

@ -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') {