spelling hard
Some checks failed
gitea/directors-assistant/pipeline/head This commit looks good
gitea.arg.rip/directors-assistant/pipeline/head There was a failure building this commit

This commit is contained in:
Adam R Grey 2023-12-03 23:29:05 -05:00
parent 9366070031
commit e9e7df5478

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/publish/*'
archiveArtifacts artifacts: 'bin/Release/net7.0/linux-arm64/publish/*'
}
}
stage('windows') {