File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 Studio\2022\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
You can’t perform that action at this time.
0 commit comments