fix failure to adapt

This commit is contained in:
Adam R Grey 2023-12-05 22:59:30 -05:00
parent 5fb96ea67e
commit c1e32ef39a

2
Jenkinsfile vendored
View File

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