Skip to content

Commit 376fad2

Browse files
committed
[GITHUB] Fix debug outputs missing and incorrect link in release note
1 parent 30984e2 commit 376fad2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/Build_Publish.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,20 @@ jobs:
6868
msbuild .\Source\KNSoft.SlimDetours.sln /restore /m /p:Configuration=Release /p:Platform=x86 /p:RestorePackagesConfig=true
6969
msbuild .\Source\KNSoft.SlimDetours.sln /restore /m /p:Configuration=Release /p:Platform=ARM64 /p:RestorePackagesConfig=true
7070
msbuild .\Source\KNSoft.SlimDetours.sln /restore /m /p:Configuration=Release /p:Platform=ARM64EC /p:RestorePackagesConfig=true
71+
msbuild .\Source\KNSoft.SlimDetours.sln /restore /m /p:Configuration=Debug /p:Platform=x64 /p:RestorePackagesConfig=true
72+
msbuild .\Source\KNSoft.SlimDetours.sln /restore /m /p:Configuration=Debug /p:Platform=x86 /p:RestorePackagesConfig=true
73+
msbuild .\Source\KNSoft.SlimDetours.sln /restore /m /p:Configuration=Debug /p:Platform=ARM64 /p:RestorePackagesConfig=true
74+
msbuild .\Source\KNSoft.SlimDetours.sln /restore /m /p:Configuration=Debug /p:Platform=ARM64EC /p:RestorePackagesConfig=true
7175
- name: Run Unit Test
7276
run: |
7377
.\Source\OutDir\x64\Release\Demo.exe -Run
7478
.\Source\OutDir\x64\Release\Demo.exe -Run DeadLock -Engine=SlimDetours
7579
.\Source\OutDir\x86\Release\Demo.exe -Run
7680
.\Source\OutDir\x86\Release\Demo.exe -Run DeadLock -Engine=SlimDetours
81+
.\Source\OutDir\x64\Debug\Demo.exe -Run
82+
.\Source\OutDir\x64\Debug\Demo.exe -Run DeadLock -Engine=SlimDetours
83+
.\Source\OutDir\x86\Debug\Demo.exe -Run
84+
.\Source\OutDir\x86\Debug\Demo.exe -Run DeadLock -Engine=SlimDetours
7785
- name: Create NuGet package
7886
run: |
7987
cd .\Source
@@ -83,7 +91,7 @@ jobs:
8391
with:
8492
name: v${{steps.relver.outputs.relver}}
8593
tag_name: v${{steps.relver.outputs.relver}}
86-
body: "(TO BE FILLED BY MAINTAINER)\n**NuGet Package**: https://www.nuget.org/packages/KNSoft.NDK/${{steps.relver.outputs.relver}}"
94+
body: "(TO BE FILLED BY MAINTAINER)\n**NuGet Package**: https://www.nuget.org/packages/KNSoft.SlimDetours/${{steps.relver.outputs.relver}}"
8795
prerelease: true
8896
preserve_order: true
8997
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)