Removed invalid parameters in 'Jenkinsfile'.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user