- 8月 19, 2022
-
-
由 Doug Bunting 创作于
- was "Exclusively use Azure (public) feeds (#43303)" - Correct ref to selenium-config.json - fix what broke `yarn install` in these directories - Use `yarn` in aspnetcore-components-e2e pipeline - also correct a missing `--frozen-lockfile` Co-authored-by: MerlinBot
-
- 2月 10, 2022
-
-
由 Doug Bunting 创作于
- always quote comparison operands in `Condition`s Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com>
-
- 12月 14, 2021
-
-
由 Doug Bunting 创作于
- condense `$(_UseHelixOpenQueues)` YAML - restore ability to override `$(IsUnitTestProject)` - treat `$(IsUnitTestProject)` and `$(IsTestProject)` as `bool` after Arcade SDK.props imported - avoid attempts to override `$(RunQuarantinedTests)`; it's set globally - remove unnecessary `$(IsUnitTestProject)` and `$(IsTestProject)` settings - override `$(IsUnitTestProject)` (not `$(IsTestProject)`) _before_ root Directory.Build.props
-
- 10月 27, 2021
-
-
由 Brennan 创作于
-
- 10月 23, 2021
-
-
由 Brennan 创作于
-
- 11月 14, 2020
-
-
由 Doug Bunting 创作于
* Shorten package version properties - `$(...PackageVersion)` -> `$(...Version)` - inspired by a similar dotnet/efcore change - aligns names with Arcade SDK, meaning our values apply consistently * Remove unused PublishSymbols.proj and related property - restore Arcade's control of `$(MicrosoftSymbolUploaderBuildTaskVersion>)` - would otherwise result in a version downgrade * Update `$(MicrosoftNetCompilersToolsetVersion)` to match Arcade's value - avoid using an older toolset - now successfully overriding Arcade value * Avoid an odd `CS8603` error - delete the unused `GetOptionalProperty(...)` method * Correct an unintentional change reading package metadata - `%(ReferencePathWithRefAssemblies.NuGetPackageVersion)` is the correct name
-
- 8月 11, 2020
-
-
由 Doug Bunting 创作于
- use SignalR.Npm.FunctionalTests.npmproj to get non-stable version - not Microsoft.AspNetCore.DeveloperCertificates.XPlat.csproj (avoid C# and F# projects) - add `_GetPackageVersionInfo` target to all `*.npmproj` projects - make `_GetPackageVersionInfo` target work when `yarn` is not installed - switch codesign-xplat.yml to use `dotnet msbuild` - above change also fixes Code-sign jobs but they're slightly faster using `dotnet msbuild`
-
- 8月 08, 2020
-
-
由 Pranav K 创作于
This is a possible fix for the 'Waiting for the other yarn instance to finish' error that appears during our CI builds This property is configured in [CSharp.Common.props](https://github.com/dotnet/aspnetcore/blob/master/eng/targets/CSharp.Common.props#L57-L61) but not the NPM one. However it is used in exactly one place in the [targets](https://github.com/dotnet/aspnetcore/blob/master/eng/targets/Npm.Common.targets#L45) This change updates the target to use it more consistently and to declare it it in the props file
-
- 6月 10, 2020
-
-
由 Javier Calvarro Nelson 创作于
Disables warnings when running the Yarn task in CI environments. You'll still get the warnings on developer builds.
-
- 4月 26, 2020
-
-
由 Doug Bunting 创作于
* Quick fix: Simplify devBuilds.yml - remove an excess build step * Quick fix: Move `SetupNugetSources` script invocations above `parameters.beforeBuild` - ensure NuGet.config is ready for all internal builds - remove now-duplicate `SetupNugetSources` invocations wherever default-build.yml is used * Quick fix: Clean up SiteExtensions/build.cmd - quote all rooted paths - check `%ERRORLEVEL%` after every `CALL` - nits: - add a few more `ECHO` commands - wrap long lines * Quick fix: Ensure `$(BuildNative)` is always set correctly - fix problems using `-all` or `/p:BuildAllProjects=true` without `-buildNative` - ensure `$(BuildNative)` is `false` where it's not supported - move some duplicated settings into eng/Common.props and `<Import />` the new file - remove now-duplicated parts of conditions using `$(BuildNative)` * Quick fix: Consistently use `--build-*` - avoid `/p:Build*` on the command line (except with eng/scripts/ci-source-build.sh) - nits: - remove now-useless `-buildNative` with `-all` - expand and correct a couple of related comments and messages * Quick fix: Support `-all` together with `-projects` - remove need to specify `/p:BuildAllProjects=true` - nit: simplify some Boolean logic
-
- 2月 20, 2020
-
-
由 Brennan Conroy 创作于
-
由 Brennan 创作于
-
- 2月 07, 2020
-
-
由 Brennan 创作于
-
- 1月 12, 2020
-
-
由 Doug Bunting 创作于
- #15055 - add a few more quotation marks
-
- 9月 17, 2019
-
-
由 Pranav K 创作于
* Build incrementalism for npmpropj files * Ensure missing js output files results in rebuild * Make the _Pack target incremental * Reduce build spew
-
- 8月 14, 2019
-
-
由 John Luo 创作于
-
- 8月 06, 2019
-
-
由 John Luo 创作于
* Revert "Revert "Improve components infrastructure (#12145)" (#12679)" This reverts commit e2d57e28. The improvement to components infrastructure is now reinstated with the following changes: * Check in release JS artifacts and use them as a fallback when it's not possible to build npmproj. * Dont' build nodejs in source build.
-
- 7月 30, 2019
-
- 7月 27, 2019
-
-
由 John Luo 创作于
* Remove generated Web.JS javascript files files * Build NodeJS project referenced by managed projects by default * Build Web.JS before other CI jobs - We can't build Web.JS on Linux Musl for example * Make BuildAll not override explicit BuildJava/NodeJS/Native/Managed settings * Capture CodeCheck logs for debugging * Skip NodeJS projects when generation ref assemblies * Do not build dependent projects if NodeJS is not built * Make build fail immediately if BuildNodeJS is true but NodeJS is not installed * Do not build nodejs in installer builds
-
- 6月 27, 2019
-
-
由 Brennan 创作于
-
- 6月 09, 2019
-
- 6月 06, 2019
-
- 6月 04, 2019
-
- 6月 03, 2019
-
-
由 Pranav K 创作于
* Add an option to SignalR to guarantee ordering of send events Fixes https://github.com/aspnet/AspNetCore/issues/9901
-
- 5月 03, 2019
-
-
由 Nate McMaster 创作于
Attempt to improve reliability of running yarn commands. Our project structure might cause yarn to be launched multiple times. According to yarn docs, this option should avoid conflicts between multiple instances of yarn https://yarnpkg.com/en/docs/cli/#toc-concurrency-and-mutex
-
- 4月 18, 2019
-
-
由 Pranav K 创作于
* Always fully build Components.Server.csproj * Use pre-built js files instead of building on the fly * Use a sourcemap file for Debug. .gitignore sourcemap files * Install nodejs on CodeCheck agents Fixes https://github.com/aspnet/AspNetCore/issues/9402
-
- 4月 14, 2019
-
-
由 Javier Calvarro Nelson 创作于
Enables custom restore of NPM dependencies for csproj files that require it.
-
- 4月 05, 2019
-
-
由 Javier Calvarro Nelson 创作于
* [Infrastructure] Retry yarn install on failure
-
- 2月 23, 2019
-
-
由 Nate McMaster 创作于
-
- 1月 29, 2019
-
-
由 Nate McMaster 创作于
Changes: * Remove obsolete targets which are unnecessary now that this repo no longer builds git submodules in a separate build process * Remove the need for static analysis of 'ArtifactInfo' items * Simplify how the code signing task is configured * Remove unused repo tasks * Remove duplicate lists of external dependencies and packages to be produced * Remove obsolete build definition * Remove obsolete build script parameters * Add VisualStudioSetupOutputPath
-
- 1月 12, 2019
-
-
由 Nate McMaster 创作于
-
- 1月 11, 2019
-
-
由 Nate McMaster 创作于
NPM does not handle this well, so only run one NPM command at a time
-
- 1月 10, 2019
-
-
由 Nate McMaster 创作于
Part of #4246 Changes: * Update source code layout to follow the new conventions for this repo * Update project files to use `<Reference>` * Update targets to build NPM packages * Update BuildTools to support custom 'restore' and 'test' targets
-