- 6月 11, 2022
-
-
由 github-actions[bot] 创作于
Co-authored-by:
William Godbe <wigodbe@microsoft.com>
-
- 6月 08, 2022
-
-
由 William Godbe 创作于
-
- 4月 06, 2022
-
-
由 William Godbe 创作于
* [release/6.0] Add RID to targeting pack archive names * Fixup
-
由 github-actions[bot] 创作于
* Get richnav.yml building again - correct build.cmd location - generally align richnav.yml with ci.yml - ignore signing, internal download args, and publish args nit: correct name of one build step in ci.yml * Disable pipeline in PR validation - also remove irrelevant trigger branches * !fixup! Try doing native build w/o rich nav nit: put `-no`s together * !fixup! Disable rich nav explicitly - also remove installers build entirely; build will fail nits: - don't bother setting `$(EnableRichCodeNavigation)` or `$(OnlyPackPlatformSpecificPackages)` to `true` - job.yml sets `$(EnableRichCodeNavigation)` variable and `msbuild` will find that in environment - `$(OnlyPackPlatformSpecificPackages)` is not relevant in this pipeline; not packing Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 3月 15, 2022
-
-
由 mmitche 创作于
-
- 3月 12, 2022
-
-
由 William Godbe 创作于
* [release/6.0] Build .rpm packages for linux arm64 * Update Build.props * Update Directory.Build.props * Update Directory.Build.targets * Update Rpm.Runtime.rpmproj * Update Rpm.TargetingPack.rpmproj * Avoid duplicate targeting-pack RPM Build - if an RPM containing platform-neutral executables is platform-neutral, this should be enough * !fixup! Change Linux ARM64 job, not ARM one * Correct RPM arch name, include in targeting pack * Revert "Avoid duplicate targeting-pack RPM Build" This reverts commit 7bebff5b * Rename x64 RPM to "x64" Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 2月 12, 2022
-
-
由 github-actions[bot] 创作于
* Extend disable component governance for linux Extension of https://github.com/dotnet/aspnetcore/pull/39898 * PR Feedback * Update ci.yml Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com> Co-authored-by:
William Godbe <wigodbe@microsoft.com>
-
- 2月 02, 2022
-
-
由 Doug Bunting 创作于
* [release/6.0] Use 1ES machines for official builds Originally also included changes from: Co-authored-by:
Brennan <brecon@microsoft.com> Co-authored-by:
Hao Kung <HaoK@users.noreply.github.com>
-
- 1月 15, 2022
-
-
由 DotNet Bot 创作于
[internal/release/6.0] Update dependencies from dnceng/internal/dotnet-efcore dnceng/internal/dotnet-runtime - Pass feed properties to source-build - Point helix.proj dotnetcli payload to dotnetbuilds/internal - Update RuntimeSourceFeed and RuntimeSourceFeedKey for dotnetbuilds - Change `$(DotNetPrivateAssetRootUrl)`
-
- 1月 14, 2022
-
-
由 DotNet Bot 创作于
[internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime dnceng/internal/dotnet-efcore - Fixup - Fixup - Remove dotnetcliruntime, fix extension - Make sure dotnetcliruntime is set - !fixup! Remove extra `?` from URI - Download Runtime correlation payload - Move from alpine 3.9 to 3.14
-
- 12月 08, 2021
-
-
由 Doug Bunting 创作于
- cherry-pick of 64c37113 - also realigns a couple of files w/ 'main' (because that was easier) - e.g. 30d095bb and most of 34e0b982 - part of dotnet/aspnetcore-internal#3950 - also touches on #36032 - update Helix queues from Alpine 3.12 to 3.14, OSX 10.14 to 10.15, and (for Arm64) Debian 9 to 11 - use OSX 11.00 when testing PRs and rolling builds; reduce 10.15 usage to scheduled runs - remove overlap (all 3 queues) between PRs / rolling builds and scheduled runs - remove quarantined-pr / quarantined-tests overlap - build source-index on `windows-latest` (not `vs2017-win2016`) - update build and Helix Docker images to latest tags - skip a test class on macOS 10.15 - #38542 nits: - don't skip unused Helix queues - remove versions from pipeline job display names - some were already outdated; rest will be confusing in the future - remove most comments about unused Helix queues
-
由 Tanay Parikh 创作于
* Quarantine CanAddAndDisposeRootComponents (#38693) * Fix `components-e2e` Pipeline (#38704) * Fix `components-e2e` Pipeline Support for the `QuarantinedTest` attribute. Using the `Quarantined` trait defined here: https://github.com/dotnet/aspnetcore/blob/ba18614ec220c1209a3976f66aacc2c761568931/src/Testing/src/xunit/QuarantinedTestTraitDiscoverer.cs#L18 Extension of https://github.com/dotnet/aspnetcore/pull/38693 which got auto-merged. * Update components-e2e-tests.yml * PR Feedback * Update components-e2e-tests.yml - I pointed to an `xUnit` example, sorry * PR Feedback * PR Feedback * Update artifacts dir Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 10月 15, 2021
-
-
由 Doug Bunting 创作于
- were missing because AfterSigning.proj executes only when main build does something - i.e. must combine checksum generation w/ `Build`, `Test`, `Pack`, or similar targets - recombine Installers and Publish build steps, matching what we have in release/5.0 - cherry-pick from #37557
-
- 10月 02, 2021
-
-
由 Doug Bunting 创作于
- revert "Revert "Use new Hosted build pools (#36110)" (#36613)" - this reverts commit eb6705fc
-
- 10月 01, 2021
-
-
由 Doug Bunting 创作于
- back port of #36824 and #37077 Get `dotnet` cores on Linux / macOS (#36824) - follow up to 0d0103b4 - `COMPlus*` variables were uppercased and `dotnet` ignored them on Linux / macOS - only upload dumps in `failed()` jobs - use scripts to avoid more YAML complications and avoid empty artifacts Remove unused parameter and add requested comments (#37077) - `parameters.buildScript` was only ever set to its default value - add comments explaining the `parameters.steps` expansion - see https://github.com/dotnet/aspnetcore/pull/36824#pullrequestreview-764795624
-
由 Doug Bunting 创作于
- backport of #36898 Don't clear NuGet caches at all (#36898) - `$use_global_nuget_cache` and `$useGlobalNuGetCache` have default values in our pipelines - therefore, cache is always within `$(System.DefaultWorkingDirectory)` and should not exist at job start
-
- 9月 28, 2021
-
-
由 github-actions[bot] 创作于
- backport of #36424 to release/6.0 - make it a bit easier to test _everything_ in one go - builds site extensions, publishes to BAR, and runs all aspnetcore-ci tests Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 9月 23, 2021
-
-
由 github-actions[bot] 创作于
Co-authored-by:
Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
-
- 9月 17, 2021
-
-
由 github-actions[bot] 创作于
This reverts commit f4cc3c00. Co-authored-by:
Sébastien Ros <sebastienros@gmail.com>
-
由 Sébastien Ros 创作于
This reverts commit f4cc3c00.
-
- 9月 12, 2021
-
-
由 github-actions[bot] 创作于
- backport of #36419 - avoid yellow builds due to `PublishBuildArtifacts@1` warnings - always include a small file Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 9月 11, 2021
-
-
由 github-actions[bot] 创作于
Capture dotnet dumps - backport of #36385 - capture `dotnet` dumps - builds are failing soon after `dotnet msbuild` launch - do not upload dumps twice nit: Remove disabled explicit component detection job
-
- 9月 10, 2021
-
-
由 github-actions[bot] 创作于
* Add Win11 helix-matrix/quarantine queue, remove win7/8 * Add 6.0 config * Fix Win Co-authored-by:
Will Godbe <wigodbe@microsoft.com>
-
- 9月 09, 2021
-
-
由 Javier Calvarro Nelson 创作于
* Updates npm dependencies to their latest versions. * Standardizes build process for our JS dependencies on webpack 5 with babel, etc. * Updates dependencies for the auth packages to their latest versions. * Fixes test assets so that they can be run locally.
-
由 Steve Sanderson 创作于
* Make E2E tests work on Linux, support retries, and have new Azure pipeline * Opt components E2E tests out of other CI pipelines (run only in the new one) * Update src/Components/test/E2ETest/Tests/InputFileTest.cs Co-authored-by:
Martin Costello <martin@martincostello.com> * Move new pipeline logic into old pipeline Co-authored-by:
Your Name <you@example.com> Co-authored-by:
Martin Costello <martin@martincostello.com> Co-authored-by:
Your Name <you@example.com> Co-authored-by:
Martin Costello <martin@martincostello.com>
-
- 9月 04, 2021
-
-
由 Ulises Hernandez 创作于
-
- 8月 20, 2021
-
-
由 github-actions[bot] 创作于
-
- 8月 12, 2021
-
-
由 Hao Kung 创作于
* Create components.yml * Update components.yml * Skip components E2E tests in main build * Rename file * Rename job Co-authored-by:
Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
-
- 8月 05, 2021
-
-
由 Michael Simons 创作于
-
- 8月 04, 2021
-
-
由 William Godbe 创作于
-
- 7月 13, 2021
-
-
由 Eric StJohn 创作于
* Honor RecursiveDir when used on packed items * Remove workarounds from dependency update PR * Honor RecursiveDir when staging the ref-pack directory Co-authored-by:
Safia Abdalla <safia@safia.rocks>
-
- 7月 12, 2021
-
-
由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/efcore dotnet/runtime - Workaround duplicate logging source generator - Merge branch 'main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720 - Fix CS8795 https://dev.azure.com/dnceng/public/_build/results?buildId=1222936&view=logs&jobId=b5df7d42-2bda-5dee-96bd-1838a4f7499c&j=b5df7d42-2bda-5dee-96bd-1838a4f7499c&t=c1ffdaa9-e800-5fe8-052c-643f2e9f52ff - Update Wasm.Performance.TestApp.csproj - Fix skipEnabledCheck - Merge branch 'main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720 - Update Workarounds.targets - Revert "Fix CS8795" This reverts commit a2ec9d6e0f87422456b7f8d1af238a29b8df6b94. - Revert "Convert HealthChecks logging to use new Logging Source Generator (#32414)" This reverts commit 1dd00f43. - Utilize class level SkipEnabledCheckLogOptions - React to MvcCoreLoggerExtensions feedback - Merge remote-tracking branch 'origin/main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720 - React to nullability changes in TypeConverter - Merge branch 'main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720 - React to new analyzer warnings - Revert "Revert "Convert HealthChecks logging to use new Logging Source Generator (#32414)"" This reverts commit 5d6e21e650b3de09ceef9ecff0241040e1d83929. - Update src/Http/Routing/src/Matching/DfaMatcher.cs Co-authored-by:
Eric Erhardt <eric.erhardt@microsoft.com> - Update exception caught in HTTP2 tests - Merge branch 'main' of https://github.com/dotnet/aspnetcore into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720 - Revert "Remove usings from templates implicitly added by the SDK (#34219)" This reverts commit d8bba727. - Fix up exceptions for HTTP2 tests - Revert "Revert "Remove usings from templates implicitly added by the SDK (#34219)"" This reverts commit cce1bd7f71791ef59060f0e6d567ea7ec1919c9f. - Bump up SDK to bring in usings changes - Try running template tests on non-Helix - Update ci.yml - Try disabling template tests on Helix - Revert "Stop running template tests on azdo job (already helix-ified) (#32985)" This reverts commit 7a842b71. - Don't build Helix payload for template tests - Temporarily skip FrameworkListListsContainsCorrectPaths - Use dotnet test for test discovery - Revert "Use dotnet test for test discovery" This reverts commit f5cecb21c64d36fdcd8bc5d514f9affb694600cf. - Try skipping listing tests list in helix - Revert "Try disabling template tests on Helix" This reverts commit 2136f31e08ab33639ca44cfbd85d98909c9dfe47. - Remove generic type from test method - Removed another generic from the test method
-
- 6月 16, 2021
-
-
由 Michael Simons 创作于
-
- 6月 04, 2021
-
-
由 John Luo 创作于
* Add source-build ci leg * Remove patches * Fixup project type logic * Mark Components.E2ETests as NodeJsProject * Exclude YarnMSBuild project in source build * Update binlog parameter logic * Modify source build global json script Co-authored-by:
Michael Simons <msimons@microsoft.com>
-
- 5月 26, 2021
-
-
由 Doug Bunting 创作于
- Publishing.props executes the `_GetPackageVersionInfo` target in Microsoft.AspNetCore.App.Runtime.csproj - that target currently fails when using a new SDK and desktop `msbuild`
-
由 Hao Kung 创作于
-
由 Hao Kung 创作于
-
- 5月 25, 2021
-
-
由 Doug Bunting 创作于
* Enable compiling Asp.NET with crossgen2 * Use use linux crossgen2 instead of linux-musl crossgen2 when targetting linux-musl from the build * Attempt to make musl work * Fix typo * Use correct bits to compile take #3 * Add Pgo data * Fix mistaken at symbol * Move to Core-Eng build agents - should resolve problems w/ disk space in "Tests: Helix ARM64 matrix" job - need `node` in this job for some reason * Remove `crossgen` tool infrastructure - remove many properties related only to the `crossgen` tool - may have missed a few of course nits: - `crossgen` -> `crossgen2` in a few comments - add / expand a few comments to improve clarity Co-authored-by:
David Wrighton <davidwr@microsoft.com>
-
- 5月 22, 2021
-
-
由 Doug Bunting 创作于
* Clean out Ubuntu 16.04 testing - use Ubuntu 18.04 agents for testing in Docker containers on Helix nits: - clean up a few old mentions of Centos and Fedora testing - fix `%(Platform)` metadata for OSX `@(HelixAvailableTargetQueue)` items - don't mention unused internal queues in `$(TestDependsOnPlaywright)` update of `$(SkipHelixQueues)` - sort remaining queues alphabetically in `$(SkipHelixQueues)`
-
- 4月 30, 2021
-
-
由 Tanay Parikh 创作于
-