File tree Expand file tree Collapse file tree 3 files changed +16
-66
lines changed
Expand file tree Collapse file tree 3 files changed +16
-66
lines changed Original file line number Diff line number Diff line change 3434 # Step 3: Build projects and unit test
3535 - name : Build code
3636 working-directory : src
37- run : msbuild NppJSONViewer.sln /m /p:configuration="${{matrix.build_configuration}}" /p:platform="${{matrix.build_platform}}" /p:PlatformToolset=${{env.MSBUILD_TOOLSET}}
37+ run : msbuild NppJSONViewer.slnx /m /p:configuration="${{matrix.build_configuration}}" /p:platform="${{matrix.build_platform}}" /p:PlatformToolset=${{env.MSBUILD_TOOLSET}}
3838
3939 # Step 4: Upload build binary artifacts for deployment
4040 - name : Archive binaries artifacts
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Configurations >
3+ <Platform Name =" ARM64" />
4+ <Platform Name =" Win32" />
5+ <Platform Name =" x64" />
6+ </Configurations >
7+ <Folder Name =" /.github/" />
8+ <Folder Name =" /.github/workflows/" >
9+ <File Path =" ../.github/workflows/ci_build.yml" />
10+ <File Path =" ../.github/workflows/codeql.yml" />
11+ </Folder >
12+ <Project Path =" ../tests/UnitTest/UnitTest.vcxproj" />
13+ <Project Path =" NppJsonViewer/NPPJSONViewer.vcxproj" />
14+ <Project Path =" UtilityLib/UtilityLib.vcxproj" />
15+ </Solution >
You can’t perform that action at this time.
0 commit comments