From 7455c0cb913d9385368d34e9f64d1899f623a8f0 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 26 Jun 2023 17:08:35 -0400 Subject: [PATCH] Fix invocations of dotnet for ReleaseNotes --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 2d5f742e45..d93f8711ad 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1457,7 +1457,7 @@ jobs: uses: actions/checkout@v3 - name: Build ReleaseNotes - run: dotnet build -c Release --project tools/ReleaseNotes + run: dotnet build -c Release tools/ReleaseNotes - name: Retrieve .msi uses: actions/download-artifact@v3