1. 10 6月, 2021 1 次提交
    • V
      Run libraries package testing on build agent (#53905) · eb9a5ab0
      Viktor Hofer 提交于
      * Run libraries package testing on build agent
      
      instead of on Helix as with recent changes the entire package testing
      doesn't take more than 2 minutes. Helix created a work item per package
      test even though it only took seconds and the average wait time for
      a client was 10-15min.
      
      Also cleaning up how the generated package test projects are restored
      and incorporating a fix from Eric St John to not hard code the package
      feeds.
      
      * Expose useHelix argument
      eb9a5ab0
  2. 09 6月, 2021 1 次提交
    • V
      Include NetCoreAppCurrent configs in packages (#53439) · 0377558d
      Viktor Hofer 提交于
      * Include NetCoreAppCurrent configs in packages
      
      The NetCoreAppCurrent configurations were omitted from packages to avoid
      ever growing packages. Now that we adhere to the support policy for
      packages we don't need to exclude them anymore as the policy defines a
      baseline for .NETCoreApp configurations.
      
      This will remove an artificial difference when source building the
      repository and also make it so that partner repositories which don't
      depend on a transport package like windowsdesktop (winforms) receive
      the very latest assets that are included in the shared framework as
      well.
      
      * Fix package validation for non exposed inbox libs
      0377558d
  3. 08 6月, 2021 1 次提交
    • E
      Change package testing to use RuntimeTargets rather than RID-specific restore (#53575) · fcad78b2
      Eric StJohn 提交于
      * Change package testing to use RuntimeTargets rather than RID-specific restore
      
      * Upload binlogs for package testing
      
      * Address feedback
      
      Simplify outer build of package tests to just use InnerTargets extension point.
      
      Use Helix's work-item isolated packages folder
      
      Give a better name to binlogs
      
      * Cleanup old suppressions
      
      * Use ReferenceCopyLocalPaths for runtime testing
      
      This item will be conflict-resolved whereas RuntimeCopyLocalItems was not.
      
      Also fix the case where a package intentionally provides no assets (yet installs)
      
      * Don't include runtime dependencies when reference was excluded by conflict resolution
      
      * Fix import conventions in outer build
      
      * Workaround conflict resolution on .NETStandard runtime
      
      .NETStandard doesn't conflict resolve runtime assets.
      Workaround by feeding .NETStandard references as runtime for purposes of conflict resolution.
      fcad78b2
  4. 04 3月, 2019 1 次提交
  5. 04 12月, 2018 1 次提交
  6. 29 3月, 2018 1 次提交
  7. 10 5月, 2017 1 次提交