File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/package/Microsoft.TestPlatform.CLI Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6767 </ItemGroup >
6868
6969 <ItemGroup >
70- <PackageReference Include =" Microsoft.CodeCoverage.IO" Version =" $(MicrosoftInternalCodeCoverageVersion)" GeneratePathProperty =" true" />
70+ <PackageReference Include =" Microsoft.CodeCoverage.IO" Version =" $(MicrosoftInternalCodeCoverageVersion)" GeneratePathProperty =" true" Condition = " '$(DotNetBuildFromSource)' != 'true' " />
7171 <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" $(MicrosoftExtensionsDependencyModelPackageVersion)" GeneratePathProperty =" true" />
7272 <PackageReference Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" $(MicrosoftExtensionsFileSystemGlobbingVersion)" GeneratePathProperty =" true" />
7373 <PackageReference Include =" Newtonsoft.Json" Version =" $(NewtonsoftJsonVersion)" GeneratePathProperty =" true" />
9292 <MicrosoftInternalDia Include =" $(PkgMicrosoft_Internal_Dia)\tools\net451\**\*" ></MicrosoftInternalDia >
9393 </ItemGroup >
9494
95- <Copy SourceFiles =" @(MicrosoftCodeCoverageIO)" DestinationFiles =" $(OutDir)\Microsoft.CodeCoverage.IO\%(RecursiveDir)%(Filename)%(Extension)" />
95+ <Copy SourceFiles =" @(MicrosoftCodeCoverageIO)" DestinationFiles =" $(OutDir)\Microsoft.CodeCoverage.IO\%(RecursiveDir)%(Filename)%(Extension)" Condition = " '$(DotNetBuildFromSource)' != 'true' " />
9696 <Copy SourceFiles =" @(MicrosoftExtensionsDependencyModel)" DestinationFiles =" $(OutDir)\Microsoft.Extensions.DependencyModel\%(RecursiveDir)%(Filename)%(Extension)" />
9797 <Copy SourceFiles =" @(MicrosoftExtensionsFileSystemGlobbing)" DestinationFiles =" $(OutDir)\Microsoft.Extensions.FileSystemGlobbing\%(RecursiveDir)%(Filename)%(Extension)" />
9898 <Copy SourceFiles =" @(NewtonsoftJson)" DestinationFiles =" $(OutDir)\Newtonsoft.Json\%(RecursiveDir)%(Filename)%(Extension)" />
Original file line number Diff line number Diff line change 1818 <file src =" $SourceBuildTfm$\datacollector.deps.json" target =" contentFiles\any\$SourceBuildTfm$" />
1919 <file src =" $SourceBuildTfm$\datacollector.runtimeconfig.json" target =" contentFiles\any\$SourceBuildTfm$" />
2020
21- <file src =" $SourceBuildTfm$\Microsoft.CodeCoverage.IO\Microsoft.CodeCoverage.IO.dll" target =" contentFiles\any\$SourceBuildTfm$" />
2221 <file src =" $SourceBuildTfm$\Microsoft.Extensions.DependencyModel\Microsoft.Extensions.DependencyModel.dll" target =" contentFiles\any\$SourceBuildTfm$" />
2322 <file src =" $SourceBuildTfm$\Microsoft.Extensions.FileSystemGlobbing\Microsoft.Extensions.FileSystemGlobbing.dll" target =" contentFiles\any\$SourceBuildTfm$" />
2423
You can’t perform that action at this time.
0 commit comments