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 =" x64" />
5+ <Platform Name =" Win32" />
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" Id =" 5a15fd53-e7c1-4f10-85fa-b7c3bb5d4d64" />
13+ <Project Path =" NppJsonViewer/NPPJSONViewer.vcxproj" Id =" 1590d7cd-7d3a-4ab7-a355-ee02f7fb987d" />
14+ <Project Path =" UtilityLib/UtilityLib.vcxproj" Id =" 171cafc6-e679-4b81-bf5b-049ac0fab4f8" />
15+ </Solution >
You can’t perform that action at this time.
0 commit comments