From af8b254cb75f1859a6a6f5ea56a955c6fe617347 Mon Sep 17 00:00:00 2001 From: mpaulosky <60372079+mpaulosky@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:06:46 -0800 Subject: [PATCH] fix(ci): update solution filename from IssueTracker.slnx to IssueManager.slnx Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/squad-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/squad-ci.yml b/.github/workflows/squad-ci.yml index ab441e3..a007a8b 100644 --- a/.github/workflows/squad-ci.yml +++ b/.github/workflows/squad-ci.yml @@ -77,7 +77,7 @@ jobs: run: dotnet restore - name: Build solution - run: dotnet build IssueTracker.slnx --configuration Release --no-restore + run: dotnet build IssueManager.slnx --configuration Release --no-restore - name: Run Tests id: run-tests