mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Rename build_package.ps1 to build_msi.ps1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user