2 assignments to MSBuild property MSBuildPathInPackage
Microsoft.DotNet.Cli.Utils (2)
Microsoft.DotNet.Cli.Utils.csproj (2)
35
<
MSBuildPathInPackage
>$(PkgMicrosoft_Build_Runtime)\contentFiles\any\net10.0\MSBuild.dll</MSBuildPathInPackage>
36
<
MSBuildPathInPackage
Condition="'$(DotNetBuildSourceOnly)' == 'true' and !Exists($(MSBuildPathInPackage))">$(PkgMicrosoft_Build_Runtime)\contentFiles\any\$(NetCurrent)\MSBuild.dll</MSBuildPathInPackage>
3 usages of MSBuild property MSBuildPathInPackage
Microsoft.DotNet.Cli.Utils (3)
Microsoft.DotNet.Cli.Utils.csproj (3)
36
<MSBuildPathInPackage Condition="'$(DotNetBuildSourceOnly)' == 'true' and !Exists($(
MSBuildPathInPackage
))">$(PkgMicrosoft_Build_Runtime)\contentFiles\any\$(NetCurrent)\MSBuild.dll</MSBuildPathInPackage>
38
<Error Condition="!Exists('$(
MSBuildPathInPackage
)')" Text="Something moved around in Microsoft.Build.Runtime, adjust code here accordingly." />
40
<Reference Include="$(
MSBuildPathInPackage
)" />