Skip to content
代码片段 群组 项目
  1. 6月 13, 2019
  2. 6月 12, 2019
  3. 6月 11, 2019
  4. 6月 09, 2019
  5. 6月 08, 2019
    • Nate McMaster's avatar
      Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) · 41ce223c
      Nate McMaster 创作于
      * Update build.cmd to install .NET Core into $repoRoot/.dotnet instead of $repoRoot/.dotnet/x64
      * Move restore sources from build/sources.props into eng/Versions.props (following arcade conventions)
      * Remove usages of RuntimeFrameworkVersion in tests and build
      * Update Blazor VSIX to use Arcade VSIX tools
      * Rename Common.Tests to IIS.Common.TestLib and make it a test asset
      * Remove custom versions props for ANCM installer code
      * Remove duplicate references to xunit and remove usages of IsTestProject
      * Remove duplicate references to Internal.AspNetCore.Analyzers
      * Import Arcade.Sdk props and targets and remove custom versioning props
      * Remove references to Internal.AspNetCore.Sdk
      * Rename PackageLicenseType => PackageLicenseExpression
      * Remove dependency on tasks in Internal.AspNetCore.Sdk, add ref to Internal.AspNetCore.BuildTasks as a temporary workaround
      * Use Arcade's nuspec support
      * Rename SignalR.Client.FunctionalTests to SignalR.Client.FunctionalTestApp
      * Fixes for changes to property evaluation order
      * Update BaseLineGenerator to netcoreapp3.0
      * React to changes in evaluation order in RPM files and quirks in using <Exec> instead of <Run>
      * Update Microsoft.Extensions.ApiDescription.Server to react to changes in Arcade packaging
      * Workaround aspnet/AspNetCore#11009
      41ce223c
  6. 6月 06, 2019
  7. 6月 05, 2019
  8. 5月 30, 2019
  9. 5月 26, 2019
  10. 5月 24, 2019
  11. 5月 23, 2019
  12. 5月 22, 2019
  13. 5月 21, 2019
  14. 5月 18, 2019
    • John Luo's avatar
      Update log directory (#10301) · 818dc3b7
      John Luo 创作于
      * Update log directory
      
      This will now include functional test logs
      
      * There were a few more places logs was used instead of log
      818dc3b7
  15. 5月 16, 2019
    • Nate McMaster's avatar
      Move obj and bin directories into repo root (#10063) · dc90e11c
      Nate McMaster 创作于
      The Arcade SDK requires that the obj/ and bin/ folders be placed in the top-level artifacts/ folder of the repo. Although this PR does not complete our Arcade convergence, this is a step towards updating our repo to build with the Arcade SDK.
      
      Changes:
      * Set output path for build to artifacts/bin/$(ProjectName)/ 
      * Set intermediate output path for build to artifacts/obj/$(ProjectName)/
      * Cleanup .gitignore files (remove duplication between repo-root and tested gitignore files)
      * Add code check which looks for project files that share the same name (could cause issues)
      * Rename project files to have unique names (avoid race condition of build output)
      * Update all locations which were hard-coded to expect bin/ and obj/ in the project directory
      * Add overrides for tests which still assert test binaries exist in a given location relative to the source code
      dc90e11c
    • Nate McMaster's avatar
      Replace all usages of RepositoryRoot with RepoRoot (#10267) · 77e08c26
      Nate McMaster 创作于
      Preparing to adopt the Arcade SDK, which uses the shorter variable name instead
      77e08c26
  16. 5月 15, 2019
  17. 5月 09, 2019
    • Nate McMaster's avatar
      Upgrade yarn and cleanup npm commands (#10054) · 3dbbb299
      Nate McMaster 创作于
      * Add yarn.lock file for NodeServices
      * Remove references to 'npm install' (causes double-download of node modules) and replace npm commands in package.json with yarn for consistency
      * Upgrade yarn to 1.15.2
      3dbbb299
  18. 5月 08, 2019
    • Ryan Nowak's avatar
      Add a top-level node for analyzers (#9906) · 1b47f448
      Ryan Nowak 创作于
      This is the first step, and just estabilishes a skeleton. The end goal
      is organize our analyzers under this node because:
      1. We're writing some 'top level' analyzers that depend on everything
      else
      2. We want to be able to service analyzers on the SDK schedule
      (independent of runtime).
      
      Next, we'll merge the MVC analyzers into this assembly since there's no
      reason for them to be separate. The MVC API analyzers will remain a
      separate package, but under this node. The component analyzers will
      remain separate as they need to ship as a package, but will move under
      this node as well.
      1b47f448
  19. 5月 07, 2019
  20. 5月 06, 2019
    • Pavel Krymets's avatar
      EnableAzurePipelinesReporter for helix (#8094) · fa239f20
      Pavel Krymets 创作于
      * EnableAzurePipelinesReporter for helix
      
      * Update Helix SDK
      
      * Revert a fix that broke things even more
      
      * Try publishing test assets
      
      * Try fixing Kestrel tests on Helix
      
      * Try a temp file in the working directory
      
      * Skip Http2Spec tests on Debian 8
      
      * Missed update
      
      * Try a different format
      
      * Disable failing test on Fedora
      
      * Mark flaky test
      fa239f20
  21. 5月 02, 2019
  22. 4月 30, 2019
  23. 4月 20, 2019
  24. 4月 17, 2019
  25. 4月 16, 2019
  26. 4月 15, 2019
  27. 4月 13, 2019
  28. 4月 12, 2019
  29. 4月 11, 2019
加载中