one more jenkins file update
All checks were successful
gitea/directors-assistant/pipeline/head This commit looks good
All checks were successful
gitea/directors-assistant/pipeline/head This commit looks good
This commit is contained in:
parent
e70519a5e8
commit
ecae3422a9
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -12,6 +12,12 @@ pipeline {
|
||||
archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*'
|
||||
}
|
||||
}
|
||||
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/*'
|
||||
}
|
||||
}
|
||||
stage('windows') {
|
||||
steps {
|
||||
sh 'dotnet publish directors-assistant.csproj --configuration Release --os win'
|
||||
|
Loading…
Reference in New Issue
Block a user