Skip to content

Commit 248d8d2

Browse files
authored
Update main.yml #GITBUILD test installer build
1 parent 0d34a3a commit 248d8d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# This workflow contains a single job called "build"
1313
build:
1414
# The type of runner that the job will run on
15-
runs-on: windows-2019
15+
runs-on: windows-2022
1616

1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
@@ -71,12 +71,12 @@ jobs:
7171
shell: cmd
7272
run: call .\InstallerBumpVersion.bat
7373

74-
# Build MSI installer project
74+
# Build MSI installer project using Visual Studio 2022
7575
- name: Build Installer MSI
7676
if: env.build_trigger == 'true'
7777
shell: cmd
7878
run: |
79-
msbuild UnityLauncherProInstaller\UnityLauncherProInstaller.vdproj /p:Configuration=Release
79+
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" UnityLauncherPro.sln /Build Release
8080
8181
# Get the current date and time
8282
- name: Get current date and time

0 commit comments

Comments
 (0)