@@ -32,16 +32,18 @@ jobs:
32
32
33
33
- name : Add MSBuild to PATH
34
34
uses : microsoft/setup-msbuild@v1.0.2
35
+ with :
36
+ msbuild-architecture : ' arm64'
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
35
43
36
- - name : Install html-help-workshop, sed, innosetup
37
- run : |
38
- choco install html-help-workshop
39
- choco install sed
40
- choco install innosetup
41
-
42
- - name : Restore NuGet packages
43
- working-directory : ${{env.GITHUB_WORKSPACE}}
44
- run : nuget restore ${{env.SOLUTION_FILE_PATH}}
44
+ # - name: Restore NuGet packages
45
+ # working-directory: ${{env.GITHUB_WORKSPACE}}
46
+ # run: nuget restore ${{env.SOLUTION_FILE_PATH}}
45
47
46
48
- name : Stub
47
49
working-directory : ${{env.GITHUB_WORKSPACE}}
@@ -56,20 +58,20 @@ jobs:
56
58
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
57
59
run : msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=ARM64 ${{env.SOLUTION_FILE_PATH}}
58
60
59
- - name : Build InnoSetup installers
60
- working-directory : ${{env.GITHUB_WORKSPACE}}
61
- run : |
62
- cd Install\Win32
63
- dir
64
- ./MakePackage.bat
61
+ # - name: Build InnoSetup installers
62
+ # working-directory: ${{env.GITHUB_WORKSPACE}}
63
+ # run: |
64
+ # cd Install\Win32
65
+ # dir
66
+ # ./MakePackage.bat
65
67
66
- - uses : actions/upload-artifact@v4
67
- id : upload_step3
68
- with :
69
- name : x64Installer
70
- path : ./Install/Win32/install_image/*_x64.exe
68
+ # - uses: actions/upload-artifact@v4
69
+ # id: upload_step3
70
+ # with:
71
+ # name: x64Installer
72
+ # path: ./Install/Win32/install_image/*_x64.exe
71
73
72
- - name : Upload results
73
- run : |
74
- echo 'x64Installer: Artifact ID is ${{ steps.upload_step3.outputs.artifact-id }}, URL is ${{ steps.upload_step3.outputs.artifact-url }}'
74
+ # - name: Upload results
75
+ # run: |
76
+ # echo 'x64Installer: Artifact ID is ${{ steps.upload_step3.outputs.artifact-id }}, URL is ${{ steps.upload_step3.outputs.artifact-url }}'
75
77
0 commit comments