spelling hard
This commit is contained in:
parent
9366070031
commit
e9e7df5478
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
|||||||
stage('pi') {
|
stage('pi') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dotnet publish directors-assistant.csproj --configuration Release --runtime linux-arm64 --self-contained'
|
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') {
|
stage('windows') {
|
||||||
|
Loading…
Reference in New Issue
Block a user