File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 131
131
132
132
<Target Name =" BeforeBuild" Condition =" '$(TargetFramework)'=='net40' AND $(Configuration.Contains('Mono')) AND '$(OS)' != 'Windows_NT'" >
133
133
<!-- Endless war!-->
134
- <Exec Command =" cp $(NuGetPackageRoot)/microsoft.targetingpack.netframework.v4.5/1.0.1/lib/net45/System.XML.dll $(NuGetPackageRoot)/microsoft.targetingpack.netframework.v4.5/1.0.1/lib/net45/System.Xml.dll" />
134
+ <Exec Command =" [[ -e $(NuGetPackageRoot)/microsoft.targetingpack.netframework.v4.5/1.0.1/lib/net45/System.Xml.dll ]] || cp $(NuGetPackageRoot)/microsoft.targetingpack.netframework.v4.5/1.0.1/lib/net45/System.XML.dll $(NuGetPackageRoot)/microsoft.targetingpack.netframework.v4.5/1.0.1/lib/net45/System.Xml.dll" />
135
135
</Target >
136
136
<Target Name =" AfterBuild" >
137
137
<Copy Condition =" '$(TargetFramework)'=='net40'" SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
You can’t perform that action at this time.
0 commit comments