Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
AgeCommit message (Collapse)Author
2022-11-10Revert init-nuget workaround (#45005)William Godbe
2022-11-01Remove DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER workaround (#44808)Chris Ross
2022-11-01!fixup! Correct CodeQL3000 setup (#44809)Doug Bunting
- add tag only when CodeQL3000 tasks did useful work - ignore no-op task executions - correct tsaoptions.json location
2022-10-26Adding `init-nuget` to Linux ARM64 (#44745)Bruno Oliveira
2022-10-26Updating SDK version (#44734)Bruno Oliveira
* Update SDK (#44601) * Update SDK * Update global.json * Trying previous version * Update global.json * Updating 8.0.100-alpha.1.22524 * Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9 * Fix CA1507 * Removing EnableAltSvc Co-authored-by: Sébastien Ros <sebastienros@gmail.com> Co-authored-by: Bruno Oliveira <brunolins16@users.noreply.github.com> Co-authored-by: Bruno Oliveira <brolivei@microsoft.com> * Adding nuget --version workaround Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com> Co-authored-by: Sébastien Ros <sebastienros@gmail.com>
2022-10-24Add CodeQL3000 run to aspnetcore-ci-official (#44688)Doug Bunting
* Add CodeQL3000 run to aspnetcore-ci-official - add new schedule for a weekly run - add top-level parameter enabling CodeQL3000 in manual builds - add `enableSBOM` and `variables` parameters in default-build.yml - add a separate job w/ CodeQL3000 tasks included in build steps; run this job alone - use the new default-build.yml parameters - set `$(UseSharedCompilation)` to `false` to ease analysis - tag CodeQL3000 runs - add a tsaoptions.json file - cribbed values from our eng/sdl-tsa-vars.config file nit: Unconditionally disable the auto-injected component governance build step - job.yml inserts the task where we need (unless overridden)
2022-10-19Add AdditionalDotNetPackageFeed for helix (#44604)William Godbe
* Add AdditionalDotNetPackageFeed for helix * Update default-build.yml
2022-10-04[main] Switch to consolidated Windows build images (#44351)Doug Bunting
2022-10-04Merge pull request #44337 from dotnet/update-latest-tags-mainMichelle McDaniel
Replace -latest docker tags with new schema
2022-09-30Merge pull request #44283 from dotnet-maestro-bot/merge/release/7.0-to-mainmsftbot[bot]
[automated] Merge branch 'release/7.0' => 'main'
2022-09-30Remove VS nupkg push (#44230)Matt Mitchell
Signing happens at the end of the build now, even with in-build signing. The staging pipeline pushes the nupkgs. This step is not necessary, and pushes unsigned nupkgs.
2022-09-30Replace -latest docker tags with new schemaupdate-latest-tags-mainMichelle McDaniel
We changed the latest tags to not include the -latest suffix, so this change updates those tags to the new schema.
2022-09-27Merge pull request #44205 from adiaaida/use-latest-docker-tags-mainMichelle McDaniel
Update docker tag to latest schema
2022-09-27Add loc comments and fix Windows installer bug (#44170)Doug Bunting
* Add loc comments and fix Windows installer bug - #44167, escape square brackets in `[directory]` - add loc comments to lock WiX substitutions * Support manual runs of the localization pipeline - manual builds will create loc project but not use the loc backend * Fix typos in Windows Hosting Bundle loc comments
2022-09-27Update docker tag to latest schemaMichelle McDaniel
This change moves all of the docker images to the -latest tag as part of #10377.
2022-09-27Merge branch 'main' into merge/release/7.0-to-mainDoug Bunting
2022-09-27[release/7.0] Quarantine ↵Doug Bunting
`ClosingTheBrowserWindow_GracefullyDisconnects_TheCurrentCircuit` (#44186) - #44185 - also upload test logs for forks
2022-09-27[release/7.0] Use Ubuntu 20.04 a bit more (#44173)Doug Bunting
- make version consistent w/ AzDO hosted image - images now available (dotnet/arcade#10833 gap filled)
2022-09-15Merge branch 'main' into merge/release/7.0-to-mainBruno Oliveira
2022-09-14[release/7.0] Stop building / testing on Ubuntu 18.04 (#43948)Doug Bunting
- use 20.04 instead
2022-09-10Merge branch 'main' into merge/release/7.0-to-mainMackinnon Buck
2022-09-09notin -> eq for PostBuildSign conditional (#43850)Matt Mitchell
2022-09-09Turn in-build signing on (#43838)Matt Mitchell
Also clean up some cruft from the YAML
2022-09-08Merge pull request #43783 from dotnet-maestro-bot/merge/release/7.0-to-mainDoug Bunting
[automated] Merge branch 'release/7.0' => 'main'
2022-09-07Enable fast publishing (#43788)Matt Mitchell
2022-09-06Merge branch 'main' into merge/release/7.0-to-mainBrennan
2022-09-06Remove aspnetcore submodule workaround (#43775)Nikola Milosavljevic
* Remove sourcelink workaround * Use Fedora 33 for source-build leg * Update source-build container to centos-stream8
2022-09-02Merge branch 'main' into merge/release/7.0-to-mainStephen Halter
2022-09-02Merge branch 'release/7.0' into merge/release/7.0-to-mainStephen Halter
# Conflicts: # .azure/pipelines/jobs/default-build.yml # src/Http/Http.Results/test/OkResultTests.cs # src/Http/Http.Results/test/ValidationProblemResultTests.cs
2022-09-01Update public pool names (#43681)Alex Perovich
2022-09-01Update public pool names (#43676)Alex Perovich
2022-08-31Merge branch 'main' into merge/release/7.0-to-mainDoug Bunting
2022-08-31[release/7.0] Set `MSBUILDLOGALLENVIRONMENTVARIABLES` in most CI jobs (#43644)Doug Bunting
- should affect most of our pipelines though not a few post-build jobs - as we saw in #43028, binary logs no longer include all environment variables by default - this change captures the environment variables not visibly referenced in our projects etc. - fix avoids a need to add the override later to debug an issue, at the cost of larger .binlog files
2022-08-31Use normal `$(_BuildArgs)` in internal jobs w/ binlogs (#43597)Doug Bunting
- give `$(*LogArgs)` variables slightly different conditions from `$(_BuildArgs)`, `$(_PublishArgs)`, &hellip; - that is, previous variable groupings were slightly off - enabling binary logs previously broke manifest creation etc.
2022-08-31Update SDK to 7.0.100-rc.2.22419.24 (#43028)Mackinnon Buck
- {lots of different SDK versions tried} - Validate DataProtection custom algorithm has a constructor - Additional fixes - Suppress IL2121 - Fix NoWarn overrides - Update LinkabilityChecker.csproj - Update WasmLinkerTest.csproj - Bump SDK version yet again - Hack to stop using `msbuild` server - please open an issue to keep trying to remove this - Disable msbuild server for source-build job Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com> Co-authored-by: Chris Ross <chrross@microsoft.com> Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> Co-authored-by: James Newton-King <james@newtonking.com> Co-authored-by: Sébastien Ros <sebastienros@gmail.com> Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by: Safia Abdalla <safia@microsoft.com>
2022-08-27Merge pull request #43584 from dotnet-maestro-bot/merge/release/7.0-to-mainmsftbot[bot]
[automated] Merge branch 'release/7.0' => 'main'
2022-08-27Cover release/7.0 in our pipelines (#43483)Doug Bunting
* Cover release/7.0 in our pipelines * PR feedback: Remove release/5.0 mentions in our YAML
2022-08-26Make skipComponentGovernanceDetection a variable (#43477)William Godbe
* Update default-build.yml * Update ci.yml * Update default-build.yml * Remove unneeded bits
2022-08-25Move to -Svc pool provider (#43529)Matt Galbraith
2022-08-23Skip component governance in public builds (#43470)William Godbe
* Skip component governance in public builds * Update default-build.yml
2022-08-18Backport parts of 48a81a70597f (#43357)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
2022-08-18Exclusively use Azure (public) feeds (#43303)Doug Bunting
- Exclusively use Azure (public) feeds - Correct ref to selenium-config.json - fix what broke `yarn install` in these directories - Update a yarn.lock file - Use `yarn` in aspnetcore-components-e2e pipeline - also correct a missing `--frozen-lockfile` Co-authored-by: MerlinBot <>
2022-07-23Merge pull request #42506 from dotnet/ivdiazsa/composite_sdkIvan Diaz Sanchez
[Migrated] - Generate Composite Images Redistributable
2022-07-20Move builds to MacOS 11 (#42791)Doug Bunting
* Move builds to MacOS 11 - hosted macOS-10.15 environment is deprecated * Use an installed XCode version
2022-07-14Merge remote-tracking branch 'upstream/main' into ivdiazsa/composite_sdkSeeker186
2022-07-06!fixup! Correct condition in localization.yml (#42590)Doug Bunting
- left a bit behind after manual testing
2022-07-01Add use of onelocbuild.yml (#42536)Doug Bunting
- part of #36998 - use a separate pipeline to avoid default submodule checkout - we will handle dotnet/spa-templates localization separately
2022-06-30Restored ci.yml from the experimental changes.Seeker186
2022-06-30Added composite artifact publishing for the missing architectures the ↵Seeker186
pipelines failed in.
2022-06-29Specify the current agent demands and VS version (#42460)Doug Bunting
* Specify the current agent demands and VS version - we require VS2022 to build native code these days - Core-Eng really likes `1es-windows-2019[-open]` :grinning: * !fixup! Remove extra `$(WindowsTargetPlatformVersion)` settings - set in Cpp.Common.props - was incorrect in common.props and led to requiring two Windows SDK versions