1 assignment to MSBuild property UseArtifactsOutput
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultArtifactsPath.props (1)
24
<
UseArtifactsOutput
Condition="'$(UseArtifactsOutput)' == ''">true</UseArtifactsOutput>
22 usages of MSBuild property UseArtifactsOutput
MSBuildFiles (22)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\Sdk\UseArtifactsOutputPath.props (4)
18
Condition="'$(
UseArtifactsOutput
)' == 'true' Or '$(ArtifactsPath)' != ''"/>
20
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true'">
25
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true' And '$(BaseIntermediateOutputPath)' == '' And '$(UseArtifactsIntermediateOutput)' == 'true'">
32
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true'">
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultArtifactsPath.props (3)
24
<UseArtifactsOutput Condition="'$(
UseArtifactsOutput
)' == ''">true</UseArtifactsOutput>
30
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true' And '$(ArtifactsPath)' == '' And '$(_DirectoryBuildPropsBasePath)' != ''">
38
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true' And '$(ArtifactsPath)' == ''">
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (12)
48
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true'">
61
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true' And '$(ArtifactsPivots)' == ''">
78
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true' And '$(IncludeProjectNameInArtifactsPaths)' == 'true'">
85
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true' And '$(IncludeProjectNameInArtifactsPaths)' != 'true'">
92
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true'">
101
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' != 'true'">
119
<PackageOutputPath Condition="'$(
UseArtifactsOutput
)' != 'true'">$(OutputPath)</PackageOutputPath>
125
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' != 'true'">
130
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' == 'true'">
140
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' != 'true' and
145
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' != 'true' and
161
<NetSdkError Condition="'$(
UseArtifactsOutput
)' == 'true' and '$(_ArtifactsPathSetEarly)' != 'true'"
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
364
<OutputPath Condition="'$(
UseArtifactsOutput
)' != 'true'">$(OutputPath)$(RuntimeIdentifier)\</OutputPath>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
129
<PropertyGroup Condition="'$(
UseArtifactsOutput
)' != 'true'">
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
135
<TFTelemetry Include="UseArtifactsOutput" Value="$(
UseArtifactsOutput
)" />