Skip to content

Commit

Permalink
Simple NuGet Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Nov 25, 2023
1 parent d4f375f commit f332b23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: msbuild -m EasyHook.sln /p:Configuration=netfx4-Debug /p:Platform=Win32 /p:TargetFrameworkVersion=v4.8 /p:TargetFrameworkProfile=""
- name: Build x64
run: msbuild -m EasyHook.sln /p:Configuration=netfx4-Debug /p:Platform=x64 /p:TargetFrameworkVersion=v4.8 /p:TargetFrameworkProfile=""
- name: Build NuGet Package
run: nuget pack EasyHook.sln -PackagesDirectory packages -Prop Configuration=Release
- name: Upload x86 Artifacts
uses: actions/upload-artifact@v3
with:
Expand All @@ -33,3 +35,4 @@ jobs:
name: x64
path: |
Build/netfx4-Debug/x64/*.dll
EasyHook.*.nupkg

0 comments on commit f332b23

Please sign in to comment.