File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <ProjectReference Include =" ..\Blogifier.Core\Blogifier.Core.csproj" />
2828 </ItemGroup >
2929
30- <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" Condition =" Exists('$(SolutionDir)Packages\Widgets\Newsletter\bin\Debug\netcoreapp2.0\Newsletter.dll')" >
31- <Exec Command =" xcopy " $(SolutionDir)Packages\Widgets\Newsletter\bin\Debug\netcoreapp2.0\Newsletter.dll" " $(TargetDir)" /Y" />
32- <Exec Command =" xcopy " $(SolutionDir)Packages\Widgets\PostList\bin\Debug\netcoreapp2.0\PostList.dll" " $(TargetDir)" /Y" />
30+ <Target Name =" PostBuild"
31+ AfterTargets =" PostBuildEvent"
32+ Condition =" Exists('$(SolutionDir)Packages\Widgets\Newsletter\bin\Debug\netcoreapp2.0\Newsletter.dll')" >
33+ <PropertyGroup >
34+ <WidgetBaseDir >$(SolutionDir)Packages\Widgets\</WidgetBaseDir >
35+ </PropertyGroup >
36+ <Copy SourceFiles =" $(WidgetBaseDir)Newsletter\bin\$(Configuration)\$(TargetFramework)\Newsletter.dll"
37+ DestinationFolder =" $(TargetDir)"
38+ Condition =" Exists('$(WidgetBaseDir)Newsletter\bin\$(Configuration)\$(TargetFramework)\Newsletter.dll')" />
39+ <Copy SourceFiles =" $(WidgetBaseDir)PostList\bin\$(Configuration)\$(TargetFramework)\PostList.dll"
40+ DestinationFolder =" $(TargetDir)"
41+ Condition =" Exists('$(WidgetBaseDir)PostList\bin\$(Configuration)\$(TargetFramework)\PostList.dll')" />
3342 </Target >
3443
3544</Project >
You can’t perform that action at this time.
0 commit comments