2 assignments to MSBuild property ArtifactsPath
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultArtifactsPath.props (2)
33
<
ArtifactsPath
>$(_DirectoryBuildPropsBasePath)\artifacts</ArtifactsPath>
40
<
ArtifactsPath
>$(MSBuildProjectDirectory)\artifacts</ArtifactsPath>
14 usages of MSBuild property ArtifactsPath
MSBuildFiles (14)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.props (3)
65
Condition="'$(UseArtifactsOutput)' == 'true' Or '$(
ArtifactsPath
)' != ''"/>
73
<BaseIntermediateOutputPath Condition="'$(IncludeProjectNameInArtifactsPaths)' == 'true'">$(
ArtifactsPath
)\obj\$(ArtifactsProjectName)\</BaseIntermediateOutputPath>
74
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">$(
ArtifactsPath
)\obj\</BaseIntermediateOutputPath>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultArtifactsPath.props (3)
23
<PropertyGroup Condition="'$(
ArtifactsPath
)' != '' And '$(UsingMicrosoftArtifactsSdk)' != 'true'">
30
<PropertyGroup Condition="'$(UseArtifactsOutput)' == 'true' And '$(
ArtifactsPath
)' == '' And '$(_DirectoryBuildPropsBasePath)' != ''">
38
<PropertyGroup Condition="'$(UseArtifactsOutput)' == 'true' And '$(
ArtifactsPath
)' == ''">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (8)
75
<BaseOutputPath Condition="'$(BaseOutputPath)' == ''">$(
ArtifactsPath
)\$(ArtifactsBinOutputName)\$(ArtifactsProjectName)\</BaseOutputPath>
76
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == '' And '$(UseArtifactsIntermediateOutput)' == 'true'">$(
ArtifactsPath
)\obj\$(ArtifactsProjectName)\</BaseIntermediateOutputPath>
77
<PublishDir Condition="'$(PublishDir)' == ''">$(
ArtifactsPath
)\$(ArtifactsPublishOutputName)\$(ArtifactsProjectName)\$(ArtifactsPivots)\</PublishDir>
82
<BaseOutputPath Condition="'$(BaseOutputPath)' == ''">$(
ArtifactsPath
)\$(ArtifactsBinOutputName)\</BaseOutputPath>
83
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == '' And '$(UseArtifactsIntermediateOutput)' == 'true'">$(
ArtifactsPath
)\obj\</BaseIntermediateOutputPath>
84
<PublishDir Condition="'$(PublishDir)' == ''">$(
ArtifactsPath
)\$(ArtifactsPublishOutputName)\$(ArtifactsPivots)\</PublishDir>
92
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(
ArtifactsPath
)\$(ArtifactsPackageOutputName)\$(Configuration.ToLowerInvariant())\</PackageOutputPath>
126
<DefaultItemExcludes>$(DefaultItemExcludes);$(
ArtifactsPath
)/**</DefaultItemExcludes>