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
+1 -1
View File
@@ -234,8 +234,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "upstream", "upstream", "{B4
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "winget", "winget", "{506B9092-AF88-4DA2-84FD-C11646B695B0}"
ProjectSection(SolutionItems) = preProject
build\package\winget\build_package.ps1 = build\package\winget\build_package.ps1
build\package\winget\installer.sln = build\package\winget\installer.sln
build\package\winget\build_msi.ps1 = build\package\winget\build_msi.ps1
build\package\winget\install_banner.jpg = build\package\winget\install_banner.jpg
EndProjectSection
EndProject