@@ -35,11 +35,11 @@ jobs:
35
35
with :
36
36
msbuild-architecture : arm64
37
37
38
- - name : Install html-help-workshop, sed, innosetup
39
- run : |
40
- choco install html-help-workshop
41
- choco install sed
42
- choco install innosetup
38
+ # - name: Install html-help-workshop, sed, innosetup
39
+ # run: |
40
+ # choco install html-help-workshop
41
+ # choco install sed
42
+ # choco install innosetup
43
43
44
44
- name : Restore NuGet packages
45
45
working-directory : ${{env.GITHUB_WORKSPACE}}
@@ -52,17 +52,17 @@ jobs:
52
52
#dir
53
53
env
54
54
55
- - name : Build win32
56
- working-directory : ${{env.GITHUB_WORKSPACE}}
57
- # Add additional options to the MSBuild command line here (like platform or verbosity level).
58
- # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
59
- run : msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=Win32 ${{env.SOLUTION_FILE_PATH}}
55
+ # - name: Build win32
56
+ # working-directory: ${{env.GITHUB_WORKSPACE}}
57
+ # # Add additional options to the MSBuild command line here (like platform or verbosity level).
58
+ # # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
59
+ # run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=Win32 ${{env.SOLUTION_FILE_PATH}}
60
60
61
61
- name : Build x64
62
62
working-directory : ${{env.GITHUB_WORKSPACE}}
63
63
# Add additional options to the MSBuild command line here (like platform or verbosity level).
64
64
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
65
- run : msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 ${{env.SOLUTION_FILE_PATH}}
65
+ run : msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=ARM64 ${{env.SOLUTION_FILE_PATH}}
66
66
67
67
- name : Build InnoSetup installers
68
68
working-directory : ${{env.GITHUB_WORKSPACE}}
0 commit comments