Skip to content

Commit f8d3527

Browse files
authored
Update msbuild_arm64.yaml
1 parent 1922276 commit f8d3527

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/msbuild_arm64.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
with:
3636
msbuild-architecture: arm64
3737

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
4343

4444
- name: Restore NuGet packages
4545
working-directory: ${{env.GITHUB_WORKSPACE}}
@@ -52,17 +52,17 @@ jobs:
5252
#dir
5353
env
5454
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}}
6060

6161
- name: Build x64
6262
working-directory: ${{env.GITHUB_WORKSPACE}}
6363
# Add additional options to the MSBuild command line here (like platform or verbosity level).
6464
# 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}}
6666

6767
- name: Build InnoSetup installers
6868
working-directory: ${{env.GITHUB_WORKSPACE}}

0 commit comments

Comments
 (0)