Merge branch 'develop' of dev.sys.reslate.xyz:ydeng/props into develop
This commit is contained in:
commit
093670385e
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("Restore") {
|
stage("Restore") {
|
||||||
steps {
|
steps {
|
||||||
dotnetRestore configuration: 'Release', project: "Props.Shop/Props.Shop.sln"
|
dotnetRestore project: "Props.Shop/Props.Shop.sln"
|
||||||
dotnetRestore project: "Props.Shop/Props.Shop.Tests.sln"
|
dotnetRestore project: "Props.Shop/Props.Shop.Tests.sln"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -27,7 +27,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("Restore") {
|
stage("Restore") {
|
||||||
steps {
|
steps {
|
||||||
dotnetRestore configuration: 'Release', project: "Props"
|
dotnetRestore project: "Props"
|
||||||
dotnetRestore project: "Props.Tests"
|
dotnetRestore project: "Props.Tests"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -38,8 +38,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage("Publish") {
|
stage("Publish") {
|
||||||
steps {
|
steps {
|
||||||
dotnetPublish configuration: 'Release', noRestore: true, project: 'Props', sdk: 'Default .NET SDK'
|
dotnetPublish noRestore: true, project: 'Props', sdk: 'Default .NET SDK'
|
||||||
archiveArtifacts artifacts: 'Props/bin/Release/**/publish/Props*', excludes: fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'Props/bin/Release/**/publish/Props*', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user