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 64
64
<UseSharedCompilation Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >false</UseSharedCompilation >
65
65
<DisableImplicitPackageTargetFallback >true</DisableImplicitPackageTargetFallback >
66
66
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 >
70
70
71
71
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
72
72
<CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
You can’t perform that action at this time.
0 commit comments