Commit Graph

9209 Commits

Author SHA1 Message Date
Travis Plunk
e26717af2f
Always regenerate files wxs fragment (#19803)
* Always regenerate files wxs fragment (#19196)

* update bom
2023-06-14 12:25:26 -07:00
Travis Plunk
081dff0e3d Add prompt to fix conflict during backport (#19583)
* Add prompt to fix conflicts

* Add function to backport all approved PRs

* Update tools/releaseTools.psm1

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>

* Update tools/releaseTools.psm1

---------

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2023-06-13 21:51:48 -07:00
Travis Plunk
adf2729aaa Add backport function to release tools (#19568)
* Add backport function

* delete backport action
2023-06-13 21:50:59 -07:00
Aditya Patwardhan
28c6dd4aa5 Do not remove penimc_cor3.dll from build (#18438) 2023-06-13 21:47:41 -07:00
Aditya Patwardhan
733295b59a Remove unnecessary native dependencies from the package (#18213) 2023-06-13 21:45:44 -07:00
Travis Plunk
814feb6120 Delete symbols on Linux as well (#19735) 2023-06-13 17:42:58 -07:00
dependabot[bot]
90b4504aac Bump Microsoft.PowerShell.MarkdownRender (#19751) 2023-06-13 17:42:22 -07:00
Aditya Patwardhan
40c341c8f4
Backport compliance changes (#19719) 2023-05-26 22:07:31 +00:00
Travis Plunk
7c4fd5b29a
Delete charset regex test (#19585) 2023-05-05 11:48:04 -07:00
Travis Plunk
17da21af20
Fix issue with merge of 19068 (#19586) 2023-04-28 10:50:46 -07:00
Travis Plunk
2cc2d9c579
Update the team member list in releaseTools.psm1 (#19574)
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2023-04-27 15:03:09 -07:00
Travis Plunk
7d90d3f959
Verify that packages have license data (#19543) (#19575) 2023-04-27 15:01:48 -07:00
Travis Plunk
28000fa8e4
Update experimental-feature.json (#19581)
* [release/v7.2.12] Update experimental-feature-linux.json

* Update experimental-feature-windows.json
2023-04-27 14:56:42 -07:00
Travis Plunk
a447e4498d
Fix the regex used for package name check in vPack build (#19573)
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2023-04-27 10:11:21 -07:00
Travis Plunk
32e766aa3e
Make the vPack PAT library more obvious (#19572) 2023-04-27 10:10:45 -07:00
Travis Plunk
cd753e616e
Add an explicit manual stage for changelog update (#19551) (#19567)
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2023-04-26 09:48:35 -07:00
Dongbo Wang
252ba19ba6 Merged PR 25348: Fix the template that creates GitHub draft release
Fix the template that creates GitHub draft release
2023-04-13 17:40:25 +00:00
Dongbo Wang
395b941071 Merged PR 25324: Update the changelog for v7.2.11 release
Update the changelog for v7.2.11 release
2023-04-12 22:14:33 +00:00
Dongbo Wang
183e2411a5 Update ThirdPartyNotices.txt 2023-04-11 17:55:12 -07:00
Dongbo Wang
e08f9eeeb6 Update cgmanifest.json 2023-04-11 17:46:57 -07:00
Dongbo Wang
f728e44c5b Fix the template that creates nuget package 2023-04-11 17:03:00 -07:00
Dongbo Wang
7c8152dafb Update the wix file 2023-04-11 13:56:05 -07:00
Dongbo Wang
84ff770ba7 Update .NET SDK to 6.0.408 2023-04-11 12:11:51 -07:00
Dongbo Wang
2e14410d15 Try to fix the build 2023-04-10 10:34:34 -07:00
Aditya Patwardhan
1aa4a36a5e Fix stage dependencies and typo in release build (#19353) 2023-04-07 11:50:31 -07:00
Aditya Patwardhan
ab0e9d58fa Fix issues in release build and release pipeline (#19338) 2023-04-07 11:50:24 -07:00
Aditya Patwardhan
1c7ec2f582 Restructure the package build to simplify signing and packaging stages (#19321) 2023-04-07 11:50:09 -07:00
Aditya Patwardhan
8450602d59 Skip VT100 tests on Windows Server 2012R2 as console does not support it (#19413) 2023-04-07 11:47:34 -07:00
James Truher [MSFT]
9fc8642474 Improve package management acceptance tests by not going to the gallery (#19412) 2023-04-07 11:46:26 -07:00
Aditya Patwardhan
dd76e4721b Test fixes for stabilizing tests (#19068) 2023-04-07 11:45:51 -07:00
Anam Navied
510461f0f6 Add stage for symbols job in Release build (#18937) 2023-04-07 11:39:59 -07:00
Aditya Patwardhan
347dfa3ad1 Use reference assemblies generated by dotnet (#19302) 2023-04-07 11:39:26 -07:00
Travis Plunk
20f62f4420 Add URL for all distributions (#19159)
* Add URL for all distributions

* Make url compatible
2023-04-07 11:39:10 -07:00
Aditya Patwardhan
61465c9c6d Update release pipeline to use Approvals and automate some manual tasks (#17837) 2023-04-07 11:37:40 -07:00
Patrick Meinecke
8b780f2718 Merged PR 24461: Update changelog for v7.2.10 2023-02-23 23:47:45 +00:00
Andrew
0413ffd2ab
Fixed package names verification to support multi-digit versions (#17220)
Fixed package names verification to support multi-digit versions.

Currently "Validate RPM package names" release step is failing because of version "7.0.10" in these examples:
WARNING: powershell-7.0.10-1.centos.8.x86_64.rpm is not a valid package name
WARNING: powershell-7.0.10-1.rhel.7.x86_64.rpm is not a valid package name
WARNING: powershell-lts-7.0.10-1.centos.8.x86_64.rpm is not a valid package name
WARNING: powershell-lts-7.0.10-1.rhel.7.x86_64.rpm is not a valid package name
2023-02-21 18:28:53 -05:00
Patrick Meinecke
11af035aab Merged PR 24413: Add pipeline secrets (from #17837) 2023-02-21 23:13:06 +00:00
Travis Plunk
8fcfe41978
Update to azCopy 10 (#18509) 2023-02-21 16:37:00 -05:00
Patrick Meinecke
a73ae1ad89 Merged PR 24346: Update third party notices for v7.2.10 2023-02-16 20:41:46 +00:00
Patrick Meinecke
8ded9a8e45 Merged PR 24333: Update cgmanifest for v7.2.10
Update cgmanifest for v7.2.10
2023-02-16 14:58:50 +00:00
Patrick Meinecke
ba4a71948a Merged PR 24325: Pull latest patches for 7.2.10 dependencies 2023-02-15 21:28:35 +00:00
Patrick Meinecke
3ddd25fdd8 Merged PR 24324: Update SDK to 6.0.406 for v7.2.10
Update `global.json` to `6.0.406` for servicing release v7.2.10
2023-02-15 20:44:49 +00:00
Travis Plunk
caede6fe99
Add test for framework dependent package in release pipeline (#18506) (#19114) 2023-02-07 22:05:45 +00:00
Aditya Patwardhan
4fd81ac0cf
Mark 7.2.x releases as latest LTS but not latest stable (#19069) 2023-02-01 16:15:35 -08:00
Travis Plunk
64c9f03acb Merged PR 23958: Add 7.2.9 changelog
Add 7.2.9 changelog
2023-01-24 17:12:23 +00:00
github-actions[bot]
5535e22345 Create test artifacts for windows arm64 (#18932)
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
2023-01-11 13:17:49 -08:00
Travis Plunk
9b022669b2 Merged PR 23821: Fix for JEA session leaking functions
Related work items: #152543
2023-01-11 01:11:38 +00:00
Travis Plunk
2a23f51bac Merged PR 23816: Update dependencies for .NET release
Update dependencies for .NET release
2023-01-11 00:24:45 +00:00
Travis Plunk
0dcef011e4 Merged PR 23819: Fix for JEA session leaking functions
Related work items: #152543
2023-01-11 00:07:10 +00:00
github-actions[bot]
bf9e56f1cc
Correct incorrect cmdlet name in script (#18919)
Co-authored-by: Nicklas Bjälemark <nicklas.bjalemark@aditro.com>
2023-01-10 14:16:05 -08:00