build to dist?

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