no wait yes it does
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:27:32 -05:00
parent ba296dd47b
commit 9366070031

2
Jenkinsfile vendored
View File

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