diff --git a/Jenkinsfile b/Jenkinsfile index 873a2d5..8489670 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { stages { stage("Restore") { steps { - dotnetRestore configuration: 'Release', project: "Props" + dotnetRestore project: "Props" dotnetRestore project: "Props.Tests" } }