Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 authored Jul 18, 2023
1 parent b2418c2 commit 4f074d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: Enable-WindowsOptionalFeature -Online -FeatureName "NetFx4"
- name: Prepare Build
run: nuget restore -OutputDirectory .\Packages EasyHook.sln
- name: Prepare Build
run: msbuild -m EasyHook.sln
# - name: Prepare Build
# run: msbuild -m EasyHook.sln
- name: Build x64
run: msbuild -m EasyHook.sln /p:Platform=x64 /p:TargetFrameworkVersion=v4.8
- name: DBG1
Expand Down

0 comments on commit 4f074d4

Please sign in to comment.