Removed invalid parameters in 'Jenkinsfile'.
This commit is contained in:
parent
9192e9b0f8
commit
aa5c725e50
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user