Fixed a AdafruitShop test.

This commit is contained in:
2022-04-24 01:25:46 -05:00
parent 89955968bf
commit 1d35e8a838
3 changed files with 7 additions and 5 deletions

4
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline {
}
stage("Test") {
steps {
dotnetTest project: "Props.Shop/Props.Shop.Tests.sln" unstableIfErrors: true, unstableIfWarnings: true
dotnetTest project: "Props.Shop/Props.Shop.Tests.sln", unstableIfErrors: true, unstableIfWarnings: true
}
}
stage("Publish") {
@@ -36,7 +36,7 @@ pipeline {
}
stage("Test") {
steps {
dotnetTest project: "Props.Tests" unstableIfErrors: true, unstableIfWarnings: true
dotnetTest project: "Props.Tests", unstableIfErrors: true, unstableIfWarnings: true
}
}
stage("Publish") {