no no, one MORE jenkinsfile update
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ecae3422a9
commit
53c0c8d3fb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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-x64/publish/*'
|
||||
archiveArtifacts artifacts: 'bin/Release/net7.0/linux-armx64/publish/*'
|
||||
}
|
||||
}
|
||||
stage('windows') {
|
||||
|
Loading…
Reference in New Issue
Block a user