Skip to content

Commit dbfcb1d

Browse files
committed
Supressed post build events
1 parent 6b7c3fa commit dbfcb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dmxc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Build Solution
4343
run: |
44-
msbuild.exe ${{env.SolutionName}}.sln /p:platform="Any CPU" /p:configuration="Release"
44+
msbuild.exe ${{env.SolutionName}}.sln /p:platform="Any CPU" /p:configuration="Release" /p:PostBuildEvent=
4545
4646
- name: Copy Artifacts
4747
run: |

0 commit comments

Comments
 (0)