Removed invalid parameters in 'Jenkinsfile'.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -27,7 +27,7 @@ pipeline {
|
||||
stages {
|
||||
stage("Restore") {
|
||||
steps {
|
||||
dotnetRestore configuration: 'Release', project: "Props"
|
||||
dotnetRestore project: "Props"
|
||||
dotnetRestore project: "Props.Tests"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user