jenkinsfile update attempt again
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
ba68fb79c1
commit
805b0cc476
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -9,13 +9,13 @@ pipeline {
|
||||
}
|
||||
stage('linux') {
|
||||
steps {
|
||||
sh 'dotnet publish --configuration Release --os linux'
|
||||
sh 'dotnet publish directors-assistant.csproj --configuration Release --os linux'
|
||||
archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*.*'
|
||||
}
|
||||
}
|
||||
stage('windows') {
|
||||
steps {
|
||||
sh 'dotnet publish --configuration Release --os windows'
|
||||
sh 'dotnet publish directors-assistant.csproj --configuration Release --os windows'
|
||||
archiveArtifacts artifacts: 'bin/Release/net7.0/windows-x64/publish/*.*'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user