Rename build_package.ps1 to build_msi.ps1

This commit is contained in:
Jordan Dominion
2023-06-26 00:12:54 -04:00
parent ee2932bc15
commit 315a32ce73
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -966,7 +966,7 @@ jobs:
- name: Execute Build Script
shell: powershell
run: build/package/winget/build_package.ps1
run: build/package/winget/build_msi.ps1
- name: Test Install and Uninstall # Sanity checks the .deps.json exists, which the installation is broken without
shell: powershell # If it's missing, I found that <PrivateAssets> in <PackageReference> elements were the problem