one more
All checks were successful
gitea/directors-assistant/pipeline/head This commit looks good

because the linux one has no file extension (:
This commit is contained in:
Adam R Grey 2023-12-03 22:24:10 -05:00
parent 0c3a486124
commit e70519a5e8

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stage('linux') {
steps {
sh 'dotnet publish directors-assistant.csproj --configuration Release --os linux'
archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*.*'
archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*'
}
}
stage('windows') {