Skip to content

Commit 008fa6b

Browse files
fix: simplify dotnet-ef presence check
Agent-Logs-Url: https://github.com/IntelliTect/EssentialCSharp.Web/sessions/d6590875-922c-45ea-9f77-48dbe7ac66c5 Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
1 parent 4b05af6 commit 008fa6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install additional development tools
5252
run: |
5353
echo "Installing additional tools for Copilot agent environment..."
54-
if dotnet tool list --global | grep -q '^dotnet-ef '; then
54+
if dotnet tool list --global | grep -q 'dotnet-ef'; then
5555
dotnet tool update --global dotnet-ef
5656
else
5757
dotnet tool install --global dotnet-ef

0 commit comments

Comments
 (0)