8 assignments to MSBuild property EnableSourceLink
consoledemo (1)
consoledemo.csproj (1)
11
<
EnableSourceLink
>false</EnableSourceLink>
ConsoleDemoWithCasing (1)
ConsoleDemoWithCasing.csproj (1)
11
<
EnableSourceLink
>false</EnableSourceLink>
dotnet-portable (1)
dotnet-portable.csproj (1)
10
<
EnableSourceLink
>false</EnableSourceLink>
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.SourceLink.Common\build\Microsoft.SourceLink.Common.props (1)
16
<
EnableSourceLink
Condition="'$(EnableSourceLink)' == '' and '$(DesignTimeBuild)' != 'true' and '$(BuildingForLiveUnitTesting)' != 'true'">true</EnableSourceLink>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Imports\Microsoft.Common.props\ImportBefore\Microsoft.LiveUnitTesting.props (1)
27
<
EnableSourceLink
>false</EnableSourceLink>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RepositoryInfo.targets (1)
6
<
EnableSourceLink
>false</EnableSourceLink>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\Workarounds.props (1)
24
<
EnableSourceLink
>false</EnableSourceLink>
D\a\_work\1\s\bin_\repo\sdk\testAsset.props (1)
13
<
EnableSourceLink
>false</EnableSourceLink>
3 usages of MSBuild property EnableSourceLink
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.SourceLink.Common\build\Microsoft.SourceLink.Common.props (1)
16
<EnableSourceLink Condition="'$(
EnableSourceLink
)' == '' and '$(DesignTimeBuild)' != 'true' and '$(BuildingForLiveUnitTesting)' != 'true'">true</EnableSourceLink>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.SourceLink.Common\build\Microsoft.SourceLink.Common.targets (1)
52
Condition="'$(
EnableSourceLink
)' == 'true' and '$(DebugType)' != 'none'"
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RepositoryInfo.targets (1)
83
<PropertyGroup Condition="'$(IsPackable)' == 'true' and '$(IsSourcePackage)' == 'true' and '$(
EnableSourceLink
)' == 'true'">