File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 80
80
</ItemGroup >
81
81
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82
82
<PropertyGroup >
83
- <PostBuildEvent >copy /y "$(TargetDir)$(TargetName).dll" G:\Apps\LiveSplit\Components\$(TargetName).dll"
84
-
85
- copy /y "$(TargetDir)$(TargetName).pdb" G:\Apps\LiveSplit\Components\$(TargetName).pdb"</PostBuildEvent >
83
+ <PostBuildEvent >
84
+ </PostBuildEvent >
86
85
</PropertyGroup >
87
86
<Import Project =" ..\packages\GitInfo.2.1.2\build\GitInfo.targets" Condition =" Exists('..\packages\GitInfo.2.1.2\build\GitInfo.targets')" />
88
87
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
@@ -91,4 +90,10 @@ copy /y "$(TargetDir)$(TargetName).pdb" G:\Apps\LiveSplit\Components\$(TargetNam
91
90
</PropertyGroup >
92
91
<Error Condition =" !Exists('..\packages\GitInfo.2.1.2\build\GitInfo.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\GitInfo.2.1.2\build\GitInfo.targets'))" />
93
92
</Target >
93
+ <ItemGroup >
94
+ <BinFiles Include =" $(TargetDir)*.dll" />
95
+ </ItemGroup >
96
+ <Target Name =" AfterBuild" >
97
+ <Copy SourceFiles =" @(BinFiles)" DestinationFolder =" G:\Apps\LiveSplit\Components\" SkipUnchangedFiles =" true" />
98
+ </Target >
94
99
</Project >
You can’t perform that action at this time.
0 commit comments