no no, one MORE jenkinsfile update
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit

This commit is contained in:
Adam R Grey 2023-12-03 23:19:40 -05:00
parent ecae3422a9
commit 53c0c8d3fb

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stage('pi') { stage('pi') {
steps { steps {
sh 'dotnet publish directors-assistant.csproj --configuration Release --runtime linux-arm64 --self-contained' sh 'dotnet publish directors-assistant.csproj --configuration Release --runtime linux-arm64 --self-contained'
archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*' archiveArtifacts artifacts: 'bin/Release/net7.0/linux-armx64/publish/*'
} }
} }
stage('windows') { stage('windows') {