|
12 | 12 | # This workflow contains a single job called "build"
|
13 | 13 | build:
|
14 | 14 | # The type of runner that the job will run on
|
15 | | - runs-on: windows-2019 |
| 15 | + runs-on: windows-2022 |
16 | 16 |
|
17 | 17 | # Steps represent a sequence of tasks that will be executed as part of the job
|
18 | 18 | steps:
|
@@ -71,12 +71,12 @@ jobs:
|
71 | 71 | shell: cmd
|
72 | 72 | run: call .\InstallerBumpVersion.bat
|
73 | 73 |
|
74 | | - # Build MSI installer project |
| 74 | + # Build MSI installer project using Visual Studio 2022 |
75 | 75 | - name: Build Installer MSI
|
76 | 76 | if: env.build_trigger == 'true'
|
77 | 77 | shell: cmd
|
78 | 78 | run: |
|
79 | | - msbuild UnityLauncherProInstaller\UnityLauncherProInstaller.vdproj /p:Configuration=Release |
| 79 | + "C:\Program Files\Microsoft Visual Studio2022円\Enterprise\Common7\IDE\devenv.com" UnityLauncherPro.sln /Build Release |
80 | 80 |
|
81 | 81 | # Get the current date and time
|
82 | 82 | - name: Get current date and time
|
|
0 commit comments