Add dotnet-ef tool manifest and dev Jenkinsfile for CI

This commit is contained in:
2026-04-24 09:03:23 -04:00
parent 63e12a9636
commit 6ddf428c10
2 changed files with 99 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "10.0.7",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}