Revert "Enable restore for ref and src projects in libraries (#33242)" (#33437)
authorViktor Hofer <viktor.hofer@microsoft.com>
Tue, 10 Mar 2020 20:33:27 +0000 (21:33 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 20:33:27 +0000 (21:33 +0100)
commit73268c790b7ff31c98a292efbc583e25562074d7
treefc52a42083d254e44324f63d9ff1afe1ae315b93
parent308ab659f4098bc7df7ed3b1a87a90a209604349
Revert "Enable restore for ref and src projects in libraries (#33242)" (#33437)

This reverts commit 981cc64bc42eeed5c5634ad8f3680398039603cc.
39 files changed:
Directory.Build.props
docs/coding-guidelines/project-guidelines.md
eng/Analyzers.props
eng/Build.props
eng/Configurations.props
eng/Subsets.props
eng/Tools.props
eng/Version.Details.xml
eng/Versions.props
eng/codeAnalysis.targets [new file with mode: 0644]
eng/docker/build-docker-sdk.ps1
eng/docker/libraries-sdk.linux.Dockerfile
eng/pipelines/libraries/enterprise/linux.yml
eng/restore/repoRestore.props
eng/restore/repoRestore.targets
global.json
src/libraries/Directory.Build.props
src/libraries/Directory.Build.targets
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft.VisualBasic.Core.vbproj
src/libraries/System.Net.Http/src/PInvokeAnalyzerExceptionList.analyzerdata [moved from src/libraries/System.Net.Http/src/PinvokeAnalyzerExceptionList.analyzerdata with 100% similarity]
src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj
src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj
src/libraries/build.proj
src/libraries/dirs.proj
src/libraries/packages.builds [moved from src/libraries/packages.proj with 71% similarity]
src/libraries/pretest.proj
src/libraries/ref.builds [new file with mode: 0644]
src/libraries/ref.proj [deleted file]
src/libraries/restore/analyzers/analyzers.depproj [new file with mode: 0644]
src/libraries/restore/dirs.proj
src/libraries/restore/harvestPackages/harvestPackages.depproj [moved from eng/restore/harvestPackages.targets with 54% similarity]
src/libraries/restore/tools/tools.depproj [new file with mode: 0644]
src/libraries/restore/winrt/winrt.depproj [new file with mode: 0644]
src/libraries/shims/ApiCompat.proj
src/libraries/shims/Directory.Build.props
src/libraries/src.builds [new file with mode: 0644]
src/libraries/src.proj [deleted file]
src/libraries/tests.proj