archive artifacts fix?
This commit is contained in:
parent
ddb74a7bee
commit
a6caf42a0f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -12,13 +12,13 @@ pipeline {
|
||||
stage('linux') {
|
||||
steps {
|
||||
sh 'dotnet publish --configuration Release --os linux'
|
||||
archiveArtifacts artifacts: 'bin/Release/net/net6.0/linux-x64/publish/*'
|
||||
archiveArtifacts artifacts: 'bin/Release/net/net6.0/linux-x64/publish/*.*'
|
||||
}
|
||||
}
|
||||
stage('windows') {
|
||||
steps {
|
||||
sh 'dotnet publish --configuration Release --os windows'
|
||||
archiveArtifacts artifacts: 'bin/Release/net/net6.0/windows-x64/publish/*'
|
||||
archiveArtifacts artifacts: 'bin/Release/net/net6.0/windows-x64/publish/*.*'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user