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