From c64534b4cf18986464abf1cc4a064e5d0bd4755b Mon Sep 17 00:00:00 2001 From: Brent Lucas Date: Tue, 30 Jan 2024 10:31:53 -0600 Subject: [PATCH] build pipeline solution update --- .github/workflows/PullRequestBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PullRequestBuild.yml b/.github/workflows/PullRequestBuild.yml index fd39195..2527725 100644 --- a/.github/workflows/PullRequestBuild.yml +++ b/.github/workflows/PullRequestBuild.yml @@ -1,7 +1,7 @@ name: "Pull Request Build" env: - MODERN_SLN: 'CSESoftware.Repository.EntityFrameworkCore/CSESoftware.Repository.EntityFrameworkCore.sln' + MODERN_SLN: 'CSESoftware.Repository.EntityFrameworkCore.sln' on: pull_request: