Commit graph

8364 commits

Author SHA1 Message Date
Aditya Patwardhan 6d081db2da Fix the variable usage in CI yaml (#14974) 2021-03-08 15:41:13 -08:00
Aditya Patwardhan 02bc4aed5c Disable running markdown link verification in release build CI (#14971) 2021-03-08 12:30:14 -08:00
Travis Plunk b70f1c4735 Use template that disables component governance for CI (#14938) 2021-03-08 12:30:06 -08:00
Travis Plunk b18ad3ecc6 Declare which variable group is used for checking the blob in the release build (#14970) 2021-03-08 12:11:26 -08:00
Aditya Patwardhan d7c5d5ec09 Add suppress for nuget multifeed warning (#14893) 2021-03-08 11:23:27 -08:00
Travis Plunk 3e67d45a8f Disable codesign validation where the file type is not supported (#14885)
* disable codesign validation where it fails

* disable macOS filesigning too
2021-03-08 11:23:06 -08:00
Aditya Patwardhan d9033a4986 Install wget on centos 7 docker image (#14857) 2021-03-08 11:22:46 -08:00
Travis Plunk 5e3788f778 Fix install-dotnet download (#14856) 2021-03-08 11:22:28 -08:00
Travis Plunk 90e3753090 Make universal Deb package based on deb package spec (#14681) 2021-03-08 11:22:05 -08:00
Steve Lee a5d47edc77 Fix webcmdlets to properly construct URI from body when using -NoProxy (#14673) 2021-03-08 11:21:34 -08:00
Dongbo Wang 1b1b7d6220 Fix release build to upload global tool packages to artifacts (#14620) 2021-03-08 11:21:12 -08:00
Steve Lee 98b83161c3 Fix PromptForCredential() to add targetName as domain (#14504) 2021-03-08 11:20:12 -08:00
Anam Navied 82737fab56 Update ini component version in test package.json (#14454) 2021-03-08 10:59:27 -08:00
Robert Holt ed7137f0df Add manual release automation steps and improve changelog script (#14445) 2021-03-08 10:59:02 -08:00
Travis Plunk dc3c905395 Update markdown test packages with security fixes (#14145) 2021-03-08 10:58:29 -08:00
Dongbo Wang aa0dd42272 Fix a typo in the Get-ChangeLog function (#14129) 2021-03-08 10:58:02 -08:00
Henry Buckle 58b7fe2ec5 Remove the 32,767 character limit on the environment block for Start-Process (#14111) 2021-03-08 10:57:13 -08:00
Aditya Patwardhan a6e7757777 Disable global tool copy to unblock release 2021-02-11 17:19:10 -08:00
Dongbo Wang 2f7d7fd595 Merged PR 14480: Update ChangeLog for v7.1.2 release
Update ChangeLog for v7.1.2 release
2021-02-11 21:55:28 +00:00
Travis Plunk 9b0071e148 Fix third party signing for files in sub-folders (#14751) 2021-02-10 14:29:59 -08:00
Aditya Patwardhan 70f68e9ee9 Merged PR 14459: Bump .NET SDK to version 5.0.103
Bump .NET SDK to version 5.0.103
2021-02-10 22:28:59 +00:00
Dongbo Wang c8b58cf14e Publish the global tool package for stable release 2021-01-15 17:26:26 -08:00
Dongbo Wang 0ca6adb4a0 Merged PR 14158: Fix release pipeline by skipping the global tool package
Fix release pipeline by skipping the global tool package
2021-01-15 06:05:19 +00:00
Andrew Menagarishvili a2e7a5eab8 Merged PR 14143: Changelog for v7.1.1
Changelog for v7.1.1
2021-01-14 20:20:03 +00:00
Dongbo Wang 24e2bbdde9 Merged PR 14135: Remove old .NET SDKs only if any exists
Remove old .NET SDKs only if any exists
2021-01-13 22:42:20 +00:00
Dongbo Wang 11278116ea Merged PR 14132: Remove old .NET SDKs before SDK tests
Remove old .NET SDKs before SDK tests
2021-01-13 22:34:19 +00:00
Dongbo Wang 65766caa95 Merged PR 14128: Remove unneeded NuGet feeds for hosting SDK test
Remove unneeded NuGet feeds for hosting SDK test, e.g. powershell.core/myget
2021-01-13 20:51:12 +00:00
Dongbo Wang adab3212a9 Merged PR 14121: Update the file.wxs
Update the `file.wxs` due to .NET runtime change.
2021-01-13 18:34:00 +00:00
Dongbo Wang 4b6cde094b Merged PR 14113: Update .NET SDK version and nuget package versions
Update .NET SDK version and nuget package versions
2021-01-13 17:29:24 +00:00
Paul Higinbotham b4482f6209
Disable libmi dependent tests for macOS. (#14446) 2020-12-17 12:49:11 -08:00
Travis Plunk 05856acf16 Merged PR 13903: fix signing changes related issue in nuget
fix signing changes related issue in nuget
2020-12-17 20:40:01 +00:00
Ilya f60b995148
Avoid an exception if file system does not support reparse points (#13634) 2020-12-16 12:14:41 -08:00
Travis Plunk caa6576ec9
Use one feed in each nuget.config in official builds (#14363)
Co-authored-by: Robert Holt <rjmholt@gmail.com>
2020-12-16 12:09:23 -08:00
Travis Plunk 57d4f578b8
Fix path signed RPMs are uploaded from in release build (#14424) 2020-12-16 12:08:49 -08:00
Robert Holt 88478d66e6
Fix syntax error in Windows packaging script (#14377)
# Conflicts:
#	tools/releaseBuild/azureDevOps/templates/windows-packaging.yml
2020-12-16 12:07:46 -08:00
Travis Plunk 54ff9c67d9
Make AppLocker Enforce mode take precedence over UMCI Audit mode (#14353) 2020-12-16 12:06:23 -08:00
Travis Plunk 02aa91ea1c
Fix issue with unsigned build (#14367) 2020-12-16 12:05:57 -08:00
Travis Plunk eb6406ada8
Move macOS and nuget to esrp signing (#14324) 2020-12-16 11:59:43 -08:00
Travis Plunk 296bde157a
Move windows package signing to use ESRP (#14060)
# Conflicts:
#	tools/releaseBuild/azureDevOps/templates/windows-package-signing.yml
2020-12-16 11:51:40 -08:00
Travis Plunk 2edd191dde
Move Linux to Esrp signing (#14210)
# Conflicts:
#	tools/releaseBuild/azureDevOps/templates/linux.yml
2020-12-16 11:41:08 -08:00
Travis Plunk ca79a9b0c7
Migrate 3rd party signing to ESRP (#14010)
Co-authored-by: Robert Holt <rjmholt@gmail.com>
# Conflicts:
#	tools/releaseBuild/azureDevOps/templates/windows-packaging.yml
2020-12-16 11:39:24 -08:00
Travis Plunk af48759349
Don't do a shallow checkout (#13992) 2020-12-16 11:37:56 -08:00
Travis Plunk f44ea9801e
Move to ESRP signing for Windows files (#13988)
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
# Conflicts:
#	tools/releaseBuild/azureDevOps/WindowsBuild.yml
#	tools/releaseBuild/azureDevOps/templates/windows-build.yml
2020-12-16 11:36:40 -08:00
Travis Plunk 5a03c96aa4
Add checkout step to release build templates (#13840)
# Conflicts:
#	tools/releaseBuild/azureDevOps/templates/release-GlobalToolTest.yml
#	tools/releaseBuild/azureDevOps/templates/release-SDKTests.yml
#	tools/releaseBuild/azureDevOps/templates/release-UpdateDepsJson.yml
2020-12-16 11:35:14 -08:00
Dongbo Wang fa01333bfe Merged PR 13435: Update the ChangeLog for v7.1.0 release
Update the ChangeLog for v7.1.0 release
2020-11-10 21:14:06 +00:00
Aditya Patwardhan faa14fcf57
Merged PR 13410: Fixes to release pipeline for GA release 2020-11-10 10:11:11 -08:00
Anam Navied d2953dcaf8 Add validation and dependencies for Ubuntu 20.04 distribution to packaging script (#13993) 2020-11-05 18:16:12 -08:00
Aditya Patwardhan 7db90de889 Merged PR 13376: Change PkgES Lab to unblock build
Change PkgES Lab to unblock build
2020-11-06 02:14:38 +00:00
Aditya Patwardhan b34f191250 Add .NET install workaround for RTM (#13991) 2020-11-05 16:37:50 -08:00
Aditya Patwardhan cbb7d40f68 Bump Microsoft.PowerShell.Native version from 7.1.0-rc.2 to 7.1.0 (#13976) 2020-11-04 11:41:29 -08:00