fixing jenkins syntax
This commit is contained in:
parent
eb9cea7fef
commit
d21cbb9d39
@ -13,7 +13,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
dotnetRestore project: "Selector.Core.sln" packages: './packages'
|
dotnetRestore project: "Selector.Core.sln", packages: './packages'
|
||||||
sh 'dotnet build --packages ./packages Selector.Core.sln'
|
sh 'dotnet build --packages ./packages Selector.Core.sln'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user