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