Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 77410bf

Browse files
committed
fix bug in post build event in Core.Extensions.csproj to copy dll to console/bin
1 parent 65a7ca0 commit 77410bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

project/Core.Extensions/Core.Extensions.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,9 @@
142142
fi
143143
</PostBuildEvent>
144144
</PropertyGroup>
145+
<PropertyGroup>
146+
<PostBuildEvent>
147+
if not "$(ConfigurationName)" == "Build" xcopy /Y "$(TargetPath)" "$(SolutionDir)console\bin\$(ConfigurationName)\"
148+
</PostBuildEvent>
149+
</PropertyGroup>
145150
</Project>

0 commit comments

Comments
 (0)