7 assignments to MSBuild property PackageOutputPath
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (2)
97
<
PackageOutputPath
Condition="'$(PackageOutputPath)' == ''">$(ArtifactsPath)\$(ArtifactsPackageOutputName)\$(Configuration.ToLowerInvariant())\</PackageOutputPath>
119
<
PackageOutputPath
Condition="'$(UseArtifactsOutput)' != 'true'">$(OutputPath)</PackageOutputPath>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (1)
74
<
PackageOutputPath
Condition="'$(PackageOutputPath)' == ''">$(BaseOutputPath)$(Configuration)\</PackageOutputPath>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\ProjectDefaults.targets (3)
27
<
PackageOutputPath
Condition="'$(IsShippingPackage)' == 'true'">$(ArtifactsShippingPackagesDir)</PackageOutputPath>
28
<
PackageOutputPath
Condition="'$(IsShippingPackage)' != 'true'">$(ArtifactsNonShippingPackagesDir)</PackageOutputPath>
29
<
PackageOutputPath
Condition="'$(IsVisualStudioBuildPackage)' == 'true'">$(VisualStudioBuildPackagesDir)</PackageOutputPath>
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.targets (1)
48
<
PackageOutputPath
Condition="'$(IsVisualStudioInsertionPackage)' == 'true'">$(DevDivPackagesDir)</PackageOutputPath>
4 usages of MSBuild property PackageOutputPath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (2)
97
<PackageOutputPath Condition="'$(
PackageOutputPath
)' == ''">$(ArtifactsPath)\$(ArtifactsPackageOutputName)\$(Configuration.ToLowerInvariant())\</PackageOutputPath>
118
<PropertyGroup Condition="'$(
PackageOutputPath
)' == ''">
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (2)
74
<PackageOutputPath Condition="'$(
PackageOutputPath
)' == ''">$(BaseOutputPath)$(Configuration)\</PackageOutputPath>
89
<ConvertToAbsolutePath Paths="$(
PackageOutputPath
)">