Skip to content

Commit

Permalink
fix: or-2583 add amazon.lambda.tools to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Jan 21, 2025
1 parent c7f7333 commit ee1efec
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,43 @@
"version": "5.22.0",
"commands": [
"fake"
]
],
"rollForward": false
},
"paket": {
"version": "8.0.3",
"commands": [
"paket"
]
],
"rollForward": false
},
"dotnet-coverage": {
"version": "17.10.3",
"commands": [
"dotnet-coverage"
]
],
"rollForward": false
},
"jetbrains.dotcover.globaltool": {
"version": "2022.3.3",
"commands": [
"dotnet-dotcover"
]
],
"rollForward": false
},
"dotnet-script": {
"version": "1.5.0",
"commands": [
"dotnet-script"
]
],
"rollForward": false
},
"amazon.lambda.tools": {
"version": "5.12.4",
"commands": [
"dotnet-lambda"
],
"rollForward": false
}
}
}

0 comments on commit ee1efec

Please sign in to comment.