- 10月 05, 2022
-
-
由 Doug Bunting 创作于
- make version consistent w/ AzDO hosted image - images now available (dotnet/arcade#10833 gap filled)
-
- 9月 15, 2022
-
-
由 Doug Bunting 创作于
- use 20.04 instead
-
- 9月 07, 2022
-
-
由 vseanreesermsft 创作于
* Update branding to 6.0.10 * Update public pool names Co-authored-by:
Alex Perovich <alperovi@microsoft.com>
-
- 8月 03, 2022
-
-
由 vseanreesermsft 创作于
* Update branding to 6.0.9 * [release/6.0] Move builds to MacOS 11 - hosted macOS-10.15 environment is deprecated * Use an installed XCode version Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 7月 06, 2022
-
-
由 Matt Mitchell 创作于
* Update branding to 6.0.8 * release/6.0] Give up on Build.Server.Amd64.VS2019.BT.Open - `cherry-pick` part of 0394ac7b - was "Try out 1es images (#41400)" Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 4月 06, 2022
-
-
由 William Godbe 创作于
* [release/6.0] Add RID to targeting pack archive names * Fixup
-
- 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
-
- 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月 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月 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.
-
- 9月 04, 2021
-
-
由 Ulises Hernandez 创作于
-
- 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月 10, 2021
-
-
由 John Luo 创作于
-
由 Doug Bunting 创作于
* Update branding to 2.1.28 * Bump `$(MicrosoftNETCoreAppPackageVersion)` - version flows into `$(MicrosoftNETCoreApp21PackageVersion)` automatically - cherry-picked from #30729 internal branch * Get tests and archives working after rebranding - skip `SharedFxTests.BaselineTest(...)` between rebranding and baseline updates - previous runtime is not available in this window - reduce retries in `RetryHelper` - download will usually fail repeatedly if it fails even once - previous maximum duration (105 min.) was greater than the job timeout - avoid NETSDK1023 warnings - eng/targets/CSharp.Common.props adds packages removed from project - create archives based on one that actually exists between rebranding and baseline updates - mostly cherry-picked from #30729 internal branch nit: remove unused `GetTotalRetriesUsed()` method * Use Ubuntu 18.04 build agents - set locale consistently on all platforms - default locale on newer agents is unloved `C.UTF-8` * Stop using Ubuntu 14.04 - run `locale-gen` to avoid "setlocale: LC_ALL: cannot change locale" and similar - needs `locales` package - move to still-supported Ubuntu 18.04 image - image needs slightly-newer `libicu60`, `clang` and `lldb` packages - rename Dockerfile to match - cherry-picked from #30729 internal branch for Ubuntu image update nit: set locale-related environment variables to match Python default * Avoid KoreBuild issues when using dockerbuild.sh - avoid MSB4011 warnings (about repeated Directory.Build.targets imports) - place `$DOTNET_HOME` beside repo root, not under it - cherry-picked from #30729 internal branch for image update nits: - use current Docker image for 2.1 alpine - set `$LANGUAGE` with other locale-related environment variables * Remove obsolete Groovy code * Pick up latest EF sources - minor change shouldn't affect submodule build but best to keep up * Improve the CDN tests - apply efe9b95b to similar template test - add debug output to CDN tests - back-port test reliability fix - based on @javiercn's 3368ea6f / #13646 fix - avoid `TimeSpan` arithmetic and did not match refactoring done in 'release/3.1' - do not have recently-added `TimeSpan` operators in 2.1 - skip `CdnScriptTaghelperTests` on .NET Framework - failures appear specific to that platform - leave src/Templating/test/Templates.Test/CdnScriptTagTests.cs unchanged - test project does not target .NET Framework
-
- 4月 09, 2021
-
-
由 William Godbe 创作于
* Use Ubuntu18.04 * Update .azure/pipelines/jobs/default-build.yml Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com> * Undo queue updates Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
由 William Godbe 创作于
-
- 4月 08, 2021
-
-
由 John Luo 创作于
* Update branding to 3.1.15 Update Ubuntu 16.04 to 18.04 * Remove obsolete groovy code
-
- 2月 26, 2021
-
-
由 Jessica Petty 创作于
* Add Rich Nav specific pipeline, temporarily add to ci for testing * Add Rich Code Navigation feed to Nuget.config * Temporarily disable package reference restrictions * Try running Rich Nav task directly * Fix typo * Temporarily update rich nav task to verify successful run * Remove Rich Nav code from regular CI * Remove unnecessary args from Rich Nav build, add language variable * Apply fixes to Rich Nav pipeline * Remove specific binary log build args, stop disabling package reference restrictions * HACK HACK HACK replace existing CI with rich nav CI to test * Begin publishing artifacts to start debugging empty files * Explicitly set environment variable for rich navigation * Publish binlogs * Try manually updating arcade sdk to get new rcn package * Upload logs even if we've failed (hopefully they exist!) * Add RCN task to run on succeeded or failed to see what happens! * Remove parameters that aren't defined * Final rich nav test/assertion * Replace normal CI and finalize Rich Nav CI script
-
- 2月 17, 2021
-
-
由 Safia Abdalla 创作于
* Remove top-level build scripts in favor of project specific scripts * Add more build scripts and move top-level to eng * Fix path in Powershell script * Update BuildDirectory for CI jobs * Fix paths in restore scripts and jobs * Address feedback from peer review * Fix references to Html.Abstractions * Update baseline files with new project * Fix a few more broken links * !fixup! Correct Build.props and regen project references * Update docs and fix public api modification check Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 2月 12, 2021
-
-
由 Pranav K 创作于
* Skip component governance * Update .azure/pipelines/jobs/default-build.yml Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 2月 11, 2021
-
-
由 Doug Bunting 创作于
- get `buildArgs` parameter to default-build.yml template working - nothing uses this at the moment (now that pr-validation-temp.yml is no more) - but, it's documented and can be useful - remove unused `buildScript` parameter - remove unused project-ci.yml template
-
- 1月 13, 2021
-
-
由 William Godbe 创作于
* Try some internal props * Pass envs to dockerbuild * Fix job name * Re-pin * Set env vars * Set defaults
-
- 11月 07, 2020
-
-
由 Brennan 创作于
-
- 10月 28, 2020
-
-
由 Steve MacLean 创作于
* Add initial support for Apple Silicon - Add osx-arm64 runtime dependency - Add osx-arm64 to supported rid identifiers - Update vmImage to macOS-10.15 - Use XCode 12.2 for all macOS builds - Add build and sign macos arm64 to CI scripts This should build aspnetcore for osx-arm64, however the native dependencies libuv and libe_sqlite3 will need to be updated to have full functionality. These are provided by separate repos. Enabling at this point unblocks effort to create the initial osx-arm64 SDK. * PR Feedback
-
- 8月 11, 2020
-
-
由 Doug Bunting 创作于
- go back to main VS2019 queues This reverts commit 407b623c.
-
- 8月 08, 2020
-
-
由 Pranav K 创作于
-
- 7月 08, 2020
-
-
由 Doug Bunting 创作于
- was still running in every job where explicit CD build step did not execute - caused consistent errors in Linux MUSL x64 (Alpine) jobs - error was ignored but made build failure diagnosis more difficult - totally redundant in test jobs
-
- 7月 03, 2020
-
-
由 Pranav K 创作于
-
- 7月 02, 2020
- 6月 09, 2020
-
-
由 Pranav K 创作于
-
由 Doug Bunting 创作于
- #22243 - ignore a number of artifacts/ folders that cause task warnings but don't add value - separately, correct overuse of `$(BuildDirectory)` variable
-