Move disabling of EnableSourceControlManagerQueries to package-source-build (#17175)
This commit is contained in:
parent
219842bc32
commit
9813220020
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
<ImportNetSdkFromRepoToolset>false</ImportNetSdkFromRepoToolset>
|
<ImportNetSdkFromRepoToolset>false</ImportNetSdkFromRepoToolset>
|
||||||
<_SuppressSdkImports>true</_SuppressSdkImports>
|
<_SuppressSdkImports>true</_SuppressSdkImports>
|
||||||
<Configuration Condition="$(Configuration) == ''">Release</Configuration>
|
<Configuration Condition="$(Configuration) == ''">Release</Configuration>
|
||||||
<EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Condition="'$(SkipArcadeSdkImport)' != 'true'" Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
<Import Condition="'$(SkipArcadeSdkImport)' != 'true'" Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<ProjectDirectory>$(SubmoduleDirectory)$(RepositoryName)/</ProjectDirectory>
|
<ProjectDirectory>$(SubmoduleDirectory)$(RepositoryName)/</ProjectDirectory>
|
||||||
<SkipEnsurePackagesCreated>true</SkipEnsurePackagesCreated>
|
<SkipEnsurePackagesCreated>true</SkipEnsurePackagesCreated>
|
||||||
<IncludedPackageVersionPropsFile>$(CurrentSourceBuiltPackageVersionPropsPath)</IncludedPackageVersionPropsFile>
|
<IncludedPackageVersionPropsFile>$(CurrentSourceBuiltPackageVersionPropsPath)</IncludedPackageVersionPropsFile>
|
||||||
|
<EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The default PackageVersionPropsFlowType behavior (DependenciesOnly) triggers logic that looks for a Version.Details.xml file.
|
The default PackageVersionPropsFlowType behavior (DependenciesOnly) triggers logic that looks for a Version.Details.xml file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue