File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 193
193
<!-- NugetRefBuild -->
194
194
<MakeDir Directories =" $(SolutionDir)NuGetRefBuild\lib\Net45" />
195
195
<Copy SourceFiles =" $(OutputPath)GitVersionCore.dll" DestinationFolder =" $(BuildDir)NuGetRefBuild\lib\Net45" />
196
- <Copy SourceFiles =" $(OutputPath)GitVersionCore.pdb" DestinationFolder =" $(BuildDir)NuGetRefBuild\lib\Net45" />
196
+ <Copy SourceFiles =" $(OutputPath)GitVersionCore.pdb" DestinationFolder =" $(BuildDir)NuGetRefBuild\lib\Net45" Condition = " Exists('$(OutputPath)GitVersionCore.pdb') " />
197
197
<Copy SourceFiles =" $(OutputPath)GitVersionCore.xml" DestinationFolder =" $(BuildDir)NuGetRefBuild\lib\Net45" />
198
198
<Copy SourceFiles =" $(ProjectDir)NugetAssets\GitVersion.nuspec" DestinationFolder =" $(BuildDir)NuGetRefBuild" />
199
199
<PepitaPackage .CreatePackageTask NuGetBuildDirectory =" $(BuildDir)NuGetRefBuild" MetadataAssembly =" $(OutputPath)GitVersionCore.dll" Version =" $(GitVersion_NuGetVersion)" />
200
200
</Target >
201
201
<Import Project =" ..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets" Condition =" Exists('..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets')" />
202
202
<Import Project =" ..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition =" Exists('..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
203
- </Project >
203
+ </Project >
You can’t perform that action at this time.
0 commit comments