Removed invalid parameters in 'Jenkinsfile'.

This commit is contained in:
Harrison Deng 2022-04-25 00:09:40 -05:00
parent 9192e9b0f8
commit aa5c725e50

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
stages {
stage("Restore") {
steps {
dotnetRestore configuration: 'Release', project: "Props"
dotnetRestore project: "Props"
dotnetRestore project: "Props.Tests"
}
}