Skip to content

Commit

Permalink
Supressed post build events
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxe2 committed Nov 20, 2022
1 parent 6b7c3fa commit dbfcb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dmxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build Solution
run: |
msbuild.exe ${{env.SolutionName}}.sln /p:platform="Any CPU" /p:configuration="Release"
msbuild.exe ${{env.SolutionName}}.sln /p:platform="Any CPU" /p:configuration="Release" /p:PostBuildEvent=
- name: Copy Artifacts
run: |
Expand Down

0 comments on commit dbfcb1d

Please sign in to comment.