Commit graph

9120 commits

Author SHA1 Message Date
dependabot[bot] 53f8cba46f
Bump XunitXml.TestLogger from 3.0.66 to 3.0.70 (#16356) 2021-11-02 09:30:41 -07:00
Ryan Polley cf22188e95
Add more tests to Tee-Object -Encoding (#14539) 2021-11-01 23:06:05 -07:00
Travis Plunk 4eb9e8bea5
Move PR Quantifier config to subfolder (#16352) 2021-11-02 08:44:08 +05:00
Travis Plunk 64d11f44c3
Release build info json when it is preview (#16335) 2021-11-01 15:23:07 -07:00
Aditya Patwardhan 3071718053
Add an approval for releasing build-info json (#16351) 2021-11-01 15:16:00 -07:00
Aditya Patwardhan 8fbffe3e4a
Fix global tool and SDK tests in release pipeline (#16342) 2021-11-01 11:03:52 -07:00
Travis Plunk 64392f36d1
Generate manifest with latest public version of the packages (#16337)
* Generate manifest with latest public version of the packages

* update cgmanifest

* update the PR title for the notice update

* Fix code factor issue - use catch block for fall back

* removing noisy logging
2021-11-01 10:25:39 -07:00
github-actions[bot] 154feabadf
Update to the latest notices file (#16339)
Co-authored-by: TravisEz13 <TravisEz13@users.noreply.github.com>
2021-10-30 11:19:59 -07:00
Travis Plunk aa7a31b46e
Use notice task to generate license assuming cgmanifest contains all components (#16340)
* Use notice task to generate license assuming cgmanifest contains all components

* fix capture task

* fix output location

* cgmanifest using latest public

* fix additional attributions path

* split into stages to allow retry without restarting

* manually append additional attributions

* remove dead comment

* Revert "cgmanifest using latest public"

This reverts commit 6bed867300.
2021-10-30 11:00:07 -07:00
Dongbo Wang 723a50832d
Don't throw exception when trying to resolve a possible link path (#16310) 2021-10-30 08:54:23 -07:00
Travis Plunk 727326d78c
Refactor cgmanifest generator to include all components (#16326) 2021-10-29 16:29:40 -07:00
Aditya Patwardhan c44c39c92b
Fix issues in release build (#16332) 2021-10-29 11:18:43 -07:00
Aditya Patwardhan b2dd88ec8b
Update feed and analyzer dependency (#16327) 2021-10-28 20:51:35 -07:00
Dongbo Wang 979f105a99
Fix parser to generate error when array has more than 32 dimensions (#16276)
An array cannot have more than 32 dimensions. See the doc of MarkArrayType(int rank)) https://docs.microsoft.com/en-us/dotnet/api/system.type.makearraytype?view=net-5.0#System_Type_MakeArrayType_System_Int32_ for details.

The fix is to not create the ArrayTypeName instance when the number of dimensions exceeds 32, but instead, generate a parsing error.
2021-10-29 08:16:26 +05:00
dependabot[bot] 4ae539fed4
Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#16312) 2021-10-28 14:11:20 -07:00
github-actions[bot] 3b26fc8ae9
Update license and cgmanifest (#16325) 2021-10-28 13:48:41 -07:00
Travis Plunk f1602c215a
Fix condition in cgmanifest logic (#16324) 2021-10-28 13:47:53 -07:00
Kev Ritchie 01426b2763
Fix ConvertTo-Json -Depth to allow 100 at maximum (#16197) 2021-10-28 11:56:55 -07:00
Travis Plunk f41b6b415e
Add GitHub Workflow to keep notices up to date (#16284)
Co-authored-by: Robert Holt <rjmholt_msft@outlook.com>
2021-10-28 11:44:06 -07:00
Aditya Patwardhan 52b6d89407
Update to latest .NET 6 GA build 6.0.100-rtm.21527.11 (#16309) 2021-10-28 11:40:52 -07:00
Ilya 51e11aaedf
Remove unnecessary call to ToArray (#16307) 2021-10-28 11:22:09 -07:00
Ilya 48be7b7f45
Avoid validation for built-in file extension and color VT sequences (#16320) 2021-10-28 11:17:15 -07:00
Travis Plunk 5ce5936d78
Create compliance build (#16286)
Co-authored-by: Robert Holt <rjmholt@gmail.com>
2021-10-28 11:07:09 -07:00
Paul Higinbotham bd4e5598ce
Fix for SSH remoting when banner is enabled on SSHD endpoint (#16205) 2021-10-28 10:39:55 -07:00
Travis Plunk ffd06eb8ed
Move mapping file into product repo and add Debian 11 (#16316) 2021-10-27 17:15:28 -07:00
Travis Plunk a3c03392ca
Add a major-minor build info JSON file (#16301) 2021-10-27 17:14:50 -07:00
Dongbo Wang f2d5ae74ad
Clean up crossgen related build scripts also generate native symbols for R2R images (#16297)
* Clean up crossgen related build scripts

* Fix ci.psm1

* Clean up '-CrossGen' use in a few other files
2021-10-27 11:42:37 -07:00
Nikolay Kondratyev d28691f59e
Fix Windows build ZIP packaging (#16299) 2021-10-27 10:29:42 -07:00
Travis Plunk 14ea042cec
Revert "Update to use .NET 6 GA build (#16296)" (#16308)
This reverts commit 6302f4815a.
2021-10-26 15:57:59 -07:00
Nikolay Kondratyev d391168ece
Add wget as a dependency for Bootstrap script (#16303)
* Add wget as a dependency for installation script

* Add wget as a dependency for alpine
2021-10-26 11:50:57 -07:00
Aditya Patwardhan 15ac9485de
Fix issues reported by code signing verification tool (#16291) 2021-10-22 16:45:51 -07:00
Aditya Patwardhan 6302f4815a
Update to use .NET 6 GA build (#16296) 2021-10-22 23:12:00 +00:00
Travis Plunk e5d27d139c
Revert "add GH workflow to keep the cgmanifest up to date." (#16294)
This reverts commit 57f4ccd1fc.
2021-10-22 10:32:08 -07:00
Dongbo Wang 612aade356
Update README.md and metadata.json files for v7.2.0-rc.1 release (#16285) 2021-10-21 17:03:47 -07:00
Dongbo Wang 7ce4e5a766
Update ChangeLog for 7.2.0-rc.1 and also fix RPM packaging (#16290) 2021-10-21 16:15:13 -07:00
dependabot[bot] 247bf620fc
Bump Microsoft.CodeAnalysis.NetAnalyzers (#16271)
Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 6.0.0-rtm.21516.1 to 6.0.0-rtm.21518.1.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](https://github.com/dotnet/roslyn-analyzers/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:33:26 -07:00
Travis Plunk 57f4ccd1fc
add GH workflow to keep the cgmanifest up to date. 2021-10-20 13:11:22 -07:00
Aditya Patwardhan 3253124f69
Update ThirdPartyNotices.txt (#16283) 2021-10-20 11:52:54 -07:00
Aditya Patwardhan 7ac276ac25
Update testartifacts.yml to use ubuntu-latest image (#16279) 2021-10-20 11:51:58 -07:00
Aditya Patwardhan 66508053f5
Update version of Microsoft.PowerShell.Native and Microsoft.PowerShell.MarkdownRender packages (#16277) 2021-10-19 17:31:57 -07:00
Travis Plunk b08ab5afea
Add script to generate cgmanifest.json (#16278) 2021-10-19 17:27:44 -07:00
Travis Plunk 5d447cb773
Disallow all COM for AppLocker system lock down (#16268)
Co-authored-by: Paul Higinbotham <paulhi@microsoft.com>
2021-10-19 11:18:37 -07:00
Aditya Patwardhan a82630a17a
Add cgmanifest.json for generating correct third party notice file (#16266) 2021-10-19 11:17:46 -07:00
Dongbo Wang 89dd5b8127
Remove the outdated test (#16269) 2021-10-19 13:45:36 +05:00
dependabot[bot] b4c5c29dff
Bump Microsoft.CodeAnalysis.NetAnalyzers from 6.0.0-rtm.21504.2 to 6.0.0-rtm.21516.1 (#16264) 2021-10-18 15:16:49 -07:00
Travis Plunk 0a80da013c
Only upload stable buildinfo for stable releases (#16251) 2021-10-18 13:10:59 -07:00
Travis Plunk b413d63d14
Make RPM license recognized (#16189) 2021-10-18 13:07:41 -07:00
Travis Plunk 240b3261b8
Don't upload dep or tar.gz for RPM because there are none. (#16230) 2021-10-18 13:07:20 -07:00
Aditya Patwardhan 061a644019
Add condition to generate release files in local dev build only (#16259) 2021-10-15 16:42:23 -07:00
Aditya Patwardhan 45b80a555a
Update .NET 6 to version 6.0.100-rc.2.21505.57 (#16249) 2021-10-15 13:51:26 -07:00