1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00
Satori/eng
Viktor Hofer 22cee85aa0
Clean-up pkgproj leftovers in libs and apply fixes (#56899)
* Clean-up pkgproj leftovers in libs and apply fixes

Remove any pkgproj infrastructure that was only used by src/libraries
(which is the majority). Delete the packageindex *YAY*.
Update the documentation that covered the packageindex and the pkgprojs.

Avoid any incremental builds during packaging by removing
libraries-packages.proj and use src.proj for packaging instead. Make use
of the `GeneratePackageOnBuild` property to build package during the
allconfigurations without requiring a different entry target.

Fix the addition of the DocumentationFile during packaging when
`GeneratePackageOnBuid` is used by hooking onto the
`DocumentationProjectOutputGroup` that NuGet uses and replacing the
generated documentation file with the one that comes via the
intellisense package.
Also introduce a property to choose the generated documentation file
over the one from the intellisense package:
<UseIntellisenseDocumentationFile>false</UseIntellisenseDocumentationFile>

Removing a few leftover PackageDescription properties from the projects'
Directory.Build.props file.

Cleaning up properties in Directory.Build.props & Directory.Build.targets
files.

* Actually run packaging during the allconfigurations build

* Update docs

* make runtime specific pkgs non packable

* io.ports native pkg fixes
2021-08-06 12:01:36 +02:00
..
actions/backport Fix another bug in the backport action (#53187) 2021-05-24 11:32:15 -07:00
common [main] Update dependencies from 11 repositories (#56719) 2021-08-06 11:33:52 +02:00
docker H/3 stress (#55098) 2021-07-09 09:41:39 +02:00
native Fix redhat arm64 (#52244) 2021-07-28 22:51:25 +02:00
pipelines Add interp to the lane name (#56928) 2021-08-05 19:57:18 -04:00
restore Clean-up pkgproj leftovers in libs and apply fixes (#56899) 2021-08-06 12:01:36 +02:00
testing Enable WASM AOT microbenchmark run (#55353) 2021-08-04 20:00:15 -07:00
_._ Generate targets files that throws for unsupported netstandard applicable tfms (#53244) 2021-05-26 12:09:00 +02:00
Analyzers.props Enable single file analyzer in the runtime (#50894) 2021-05-19 13:04:03 -07:00
ApiCompatExcludeAttributes.txt Use [MemberNotNull] to reduce use of = null!; (#37490) 2020-06-09 05:28:21 -04:00
AvoidRestoreCycleOnSelfReference.targets Remove depprojs in favor of PackageReferences (#35606) 2020-07-23 17:20:26 +02:00
BeforeTargetFrameworkInference.targets Use targetPlatformMoniker for net5.0 and newer tfms (#43965) 2020-11-05 19:54:19 -08:00
Brewfile Remove autotools dependencies from the build requirements (#45825) 2020-12-09 13:57:08 +01:00
Build.props Enable restore binlog generation (#46270) 2020-12-21 22:53:43 +01:00
build.ps1 Fix mono corelib path in build script (#53731) 2021-06-04 23:03:21 +02:00
build.sh Build support for s390x: eng scripts (#52840) 2021-05-18 14:48:38 +02:00
CodeAnalysis.ruleset Update analyzer rulesets (#55925) 2021-07-19 22:44:43 -04:00
CodeAnalysis.test.ruleset Update analyzer rulesets (#55925) 2021-07-19 22:44:43 -04:00
codecov.yml Disable coverage status checks for project and patch (dotnet/corefx#34901) 2019-01-28 20:40:35 +01:00
codeOptimization.targets Changing Windows_NT -> Windows for enabling TargetPlatformMoniker feature of the sdk for platform specific tfms. (#43651) 2020-11-02 14:25:58 -08:00
configure-toolset.ps1 Initial runtime repository structure 2019-11-14 01:26:19 +01:00
configure-toolset.sh Initial runtime repository structure 2019-11-14 01:26:19 +01:00
coredistools.targets Make $(TargetOS) lowercase windows in eng/coredistools.target (#44845) 2020-11-18 04:05:37 +00:00
crossIBC.ps1 Add cross IBCMerge (dotnet/corefx#33282) 2018-11-15 10:16:38 -08:00
DefaultGenApiDocIds.txt Fix APICompat errors for atttributes on parameters (#49408) 2021-03-11 00:03:10 -08:00
DiaSymReaderNative.targets Fix a few more license headers (#38973) 2020-07-09 11:32:01 -04:00
empty.csproj Upgrading netcoreapp2.x and NCA3.0 to netcoreapp3.1 (#53358) 2021-05-28 13:11:03 +02:00
ILLink.Substitutions.Resources.template Adding generation of substitution files for trimming out resources when feature switch is present (#38397) 2020-06-30 12:24:39 -07:00
illink.targets Stop reading TargetFramework prop in props files (#52897) 2021-05-19 20:04:01 +02:00
install-native-dependencies.sh Enable tests for MacCatalyst x64 (#51139) 2021-05-08 08:30:58 -04:00
install-nuget-credprovider-then-build.sh Set +x on cred provider build proxy scripts (dotnet/core-setup#8284) 2019-09-17 10:29:30 -05:00
install-nuget-credprovider-then-msbuild.sh Set +x on cred provider build proxy scripts (dotnet/core-setup#8284) 2019-09-17 10:29:30 -05:00
install-nuget-credprovider.sh Set +x on cred provider build proxy scripts (dotnet/core-setup#8284) 2019-09-17 10:29:30 -05:00
LicenseHeader.txt Fix a few more license headers (#38973) 2020-07-09 11:32:01 -04:00
liveBuilds.targets [wasm] Run Wasm.Build.Tests against workloads (#54451) 2021-07-14 10:47:03 -04:00
NoTargetsSdk.BeforeTargets.targets React to MSBuild Traversal and NoTargets SDK updates (#52895) 2021-05-20 08:28:04 +02:00
outerBuild.targets Use already defined generateAssemblyReferenceSource rather defining a new target (#35818) 2020-05-11 13:59:11 -07:00
packaging.props Clean-up pkgproj leftovers in libs and apply fixes (#56899) 2021-08-06 12:01:36 +02:00
packaging.targets Clean-up pkgproj leftovers in libs and apply fixes (#56899) 2021-08-06 12:01:36 +02:00
Publishing.props Initial runtime repository structure 2019-11-14 01:26:19 +01:00
python.targets Fix locating Python on Windows when py.exe not found (#33163) 2020-03-04 13:53:02 -08:00
referenceAssemblies.props Upgrading netcoreapp2.x and NCA3.0 to netcoreapp3.1 (#53358) 2021-05-28 13:11:03 +02:00
references.targets Validate ref project references (#56488) 2021-07-28 17:45:49 -07:00
regenerate-download-table.proj React to MSBuild Traversal and NoTargets SDK updates (#52895) 2021-05-20 08:28:04 +02:00
resolveContract.targets Fix compiler references when building inside VS (#54614) 2021-06-24 16:46:39 +02:00
resources.targets New Configuration System (#1787) 2020-02-06 05:24:08 +00:00
run-test.sh Fix FreeBSD __NumProc calculation (#50691) 2021-04-03 19:48:46 -07:00
sdl-tsa-vars.config Adding sdlConfig file to move policheck out of the build (#36142) 2020-05-13 15:37:34 -07:00
SignCheckExclusionsFile.txt Add DO-NOT-SIGN comment for files that should not be signed (#41185) 2020-08-22 13:18:56 -07:00
Signing.props Revert "Add mibc to the PE family of signatures" (#54162) 2021-06-14 13:35:01 -07:00
slngen.nuget.config disable restore in vs for projects targeting platform specific old frameworks (#44932) 2020-12-02 23:18:52 +01:00
slngen.targets Remove ProjectGuids from libs projects and update slngen (#48551) 2021-03-23 21:36:19 +01:00
slngen.template.proj disable restore in vs for projects targeting platform specific old frameworks (#44932) 2020-12-02 23:18:52 +01:00
SourceBuild.props ArPow stage 1: local source-build infrastructure (#53294) 2021-06-22 10:14:07 +02:00
SourceBuildPrebuiltBaseline.xml ArPow stage 1: local source-build infrastructure (#53294) 2021-06-22 10:14:07 +02:00
Subsets.props Clean-up pkgproj leftovers in libs and apply fixes (#56899) 2021-08-06 12:01:36 +02:00
SubsetValidation.targets Make build scripts' -help information more helpful (#37377) 2020-06-08 17:58:50 -07:00
SymbolPublishingExclusionsFile.txt Add symbol publishing exclusion list (dotnet/coreclr#26180) 2019-08-15 15:55:31 -07:00
targetframeworksuffix.props Refactor build to use SupportedOSPlatforms instead of IsWindowsSpecific (#51450) 2021-04-19 21:52:12 -07:00
targetingpacks.targets Improve resolving runtime pack in WasmApp targets (#55258) 2021-07-13 17:12:28 +02:00
Tools.props Run libraries package testing on build agent (#53905) 2021-06-09 22:55:07 +02:00
TraversalSdk.AfterProps.props Stop reading TargetFramework prop in props files (#52897) 2021-05-19 20:04:01 +02:00
useSharedDesignerContext.txt Consolidate packaging properties (#46331) 2020-12-25 03:02:42 +01:00
Version.Details.xml [main] Update dependencies from 11 repositories (#56719) 2021-08-06 11:33:52 +02:00
versioning.targets Add PlatformNeutralAssembly property for targeted builds of cross platform assembly (#53626) 2021-06-07 14:48:17 -07:00
Versions.props [main] Update dependencies from 11 repositories (#56719) 2021-08-06 11:33:52 +02:00