fixing dotnet commands
This commit is contained in:
parent
193ebd9f06
commit
e0992b2ff2
@ -17,8 +17,8 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
dotnetRestore "Selector.Core.sln"
|
||||
dotnetBuild "Selector.Core.sln"
|
||||
dotnetRestore project: "Selector.Core.sln"
|
||||
dotnetBuild project: "Selector.Core.sln"
|
||||
}
|
||||
}
|
||||
|
||||
@ -44,7 +44,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
dotnetTest "Selector.Core.sln"
|
||||
dotnetTest project: "Selector.Core.sln"
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
Loading…
Reference in New Issue
Block a user