File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6464 <UseSharedCompilation Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >false</UseSharedCompilation >
6565 <DisableImplicitPackageTargetFallback >true</DisableImplicitPackageTargetFallback >
6666
67- <DefineConstants Condition =" '$(ContinuousIntegrationBuild)' == 'true'" >$(DefineConstants); CI_BUILD</DefineConstants >
68- <DefineConstants Condition =" '$(OfficialBuilder)' == 'Microsoft'" >$(DefineConstants); MICROSOFT_ENABLE_TELEMETRY</DefineConstants >
69- <DefineConstants Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >$(DefineConstants); DOT_NET_BUILD_FROM_SOURCE</DefineConstants >
67+ <DefineConstants Condition =" '$(ContinuousIntegrationBuild)' == 'true'" >$(DefineConstants), CI_BUILD</DefineConstants >
68+ <DefineConstants Condition =" '$(OfficialBuilder)' == 'Microsoft'" >$(DefineConstants), MICROSOFT_ENABLE_TELEMETRY</DefineConstants >
69+ <DefineConstants Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >$(DefineConstants), DOT_NET_BUILD_FROM_SOURCE</DefineConstants >
7070
7171 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
7272 <CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
You can’t perform that action at this time.
0 commit comments