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 9a03891 commit b268a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# - name: Prepare Build
# run: msbuild -m EasyHook.sln
- name: Build x64
run: msbuild -m EasyHook.sln /p:Platform=x64 /p:TargetFrameworkVersion=v4.8.1
run: msbuild -m EasyHook.sln /p:Platform=x64 /p:TargetFrameworkVersion=v4.8 /p:TargetFrameworkProfile=""
- name: DBG1
run: dir Build/
- name: DBG
Expand Down

0 comments on commit b268a4f

Please sign in to comment.