Fix invocations of dotnet for ReleaseNotes

This commit is contained in:
Jordan Dominion
2023-06-26 17:08:35 -04:00
parent f480768996
commit 7455c0cb91
+1 -1
View File
@@ -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