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 199
199
<!-- NugetRefBuild -->
200
200
<MakeDir Directories =" $(SolutionDir)NuGetRefBuild\lib\Net45" />
201
201
<Copy SourceFiles =" $(OutputPath)GitVersionCore.dll" DestinationFolder =" $(BuildDir)NuGetRefBuild\lib\Net45" />
202
- <Copy SourceFiles =" $(OutputPath)GitVersionCore.pdb" DestinationFolder =" $(BuildDir)NuGetRefBuild\lib\Net45" />
202
+ <Copy SourceFiles =" $(OutputPath)GitVersionCore.pdb" DestinationFolder =" $(BuildDir)NuGetRefBuild\lib\Net45" Condition = " Exists('$(OutputPath)GitVersionCore.pdb') " />
203
203
<Copy SourceFiles =" $(OutputPath)GitVersionCore.xml" DestinationFolder =" $(BuildDir)NuGetRefBuild\lib\Net45" />
204
204
<Copy SourceFiles =" $(ProjectDir)NugetAssets\GitVersion.nuspec" DestinationFolder =" $(BuildDir)NuGetRefBuild" />
205
205
<PepitaPackage .CreatePackageTask NuGetBuildDirectory =" $(BuildDir)NuGetRefBuild" MetadataAssembly =" $(OutputPath)GitVersionCore.dll" Version =" $(GitVersion_NuGetVersion)" />
206
206
</Target >
207
207
<Import Project =" ..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets" Condition =" Exists('..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets')" />
208
208
<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')" />
209
- </Project >
209
+ </Project >
You can’t perform that action at this time.
0 commit comments