7 assignments to MSBuild property PackageOutputPath
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (2)
92
<
PackageOutputPath
Condition="'$(PackageOutputPath)' == ''">$(ArtifactsPath)\$(ArtifactsPackageOutputName)\$(Configuration.ToLowerInvariant())\</PackageOutputPath>
114
<
PackageOutputPath
Condition="'$(UseArtifactsOutput)' != 'true'">$(OutputPath)</PackageOutputPath>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\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\9.0.0-beta.24516.2\tools\ProjectDefaults.targets (3)
22
<
PackageOutputPath
Condition="'$(IsShippingPackage)' == 'true'">$(ArtifactsShippingPackagesDir)</PackageOutputPath>
23
<
PackageOutputPath
Condition="'$(IsShippingPackage)' != 'true'">$(ArtifactsNonShippingPackagesDir)</PackageOutputPath>
24
<
PackageOutputPath
Condition="'$(IsVisualStudioBuildPackage)' == 'true'">$(VisualStudioBuildPackagesDir)</PackageOutputPath>
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.targets (1)
42
<
PackageOutputPath
Condition="'$(IsVisualStudioInsertionPackage)' == 'true'">$(DevDivPackagesDir)</PackageOutputPath>
4 usages of MSBuild property PackageOutputPath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (2)
92
<PackageOutputPath Condition="'$(
PackageOutputPath
)' == ''">$(ArtifactsPath)\$(ArtifactsPackageOutputName)\$(Configuration.ToLowerInvariant())\</PackageOutputPath>
113
<PropertyGroup Condition="'$(
PackageOutputPath
)' == ''">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (2)
74
<PackageOutputPath Condition="'$(
PackageOutputPath
)' == ''">$(BaseOutputPath)$(Configuration)\</PackageOutputPath>
89
<ConvertToAbsolutePath Paths="$(
PackageOutputPath
)">