File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Build
3131 working-directory : ${{env.GITHUB_WORKSPACE}}
3232 run : msbuild ${{env.SOLUTION_FILE_PATH}} /restore /m /p:Configuration=${{matrix.config}} /p:Platform=${{matrix.platform}} /p:RestorePackagesConfig=true
33+ - name : Archive outputs
34+ uses : actions/upload-artifact@main
35+ with :
36+ name : KNSoft.SlimDetours-${{matrix.platform}}-${{matrix.config}}-${{github.sha}}
37+ path : |
38+ .\Source\OutDir\${{matrix.platform}}\${{matrix.config}}
3339 - name : Run demos and tests (x64, x86)
3440 if : ${{ matrix.platform == 'x64' || matrix.platform == 'x86' }}
3541 working-directory : ${{env.GITHUB_WORKSPACE}}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ INCLUDE Instruction.inc
22
33.CODE
44
5+ ALIGN 16
56SimpleInstructionFunc1X64 PROC
67
78 xor rax , rax
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ INCLUDE Instruction.inc
22
33.CODE
44
5+ ALIGN 16
56SimpleInstructionFunc1X86 PROC C
67
78 xor eax , eax
You can’t perform that action at this time.
0 commit comments