Commit Graph

56 Commits

Author SHA1 Message Date
Travis Plunk
a9f81c5803
Make some release tests run in a hosted pools (#24270) 2024-09-10 14:48:39 -07:00
Travis Plunk
92825b7710
Create new pipeline for compliance (#24252)
* Set up CI with Start Right

* remove deadcode and add copyright notice

* Update .pipelines/templates/compliance/apiscan.yml

* Apply suggestions from code review

* fix syntax
2024-09-05 22:16:57 +00:00
Travis Plunk
c83bd87e4f
Capture environment better (#24148)
* Capture environment better

* Capture env better
2024-09-05 14:49:23 -07:00
Aditya Patwardhan
04672bfdd6
Add windows signing for pwsh.exe (#24219)
* Add windows signing for pwsh.exe

* Use CP code for signing pwsh.exe

* Fix typo

* Update signing cert

* Add signing test
2024-09-03 14:20:47 -07:00
Dongbo Wang
5bcda5d060
Update the URLs used in nuget.config files (#24203) 2024-08-23 22:25:23 +00:00
Travis Plunk
c47db95c51
Check Create and Submit in vPack build by default (#24181) 2024-08-20 15:43:20 -07:00
Travis Plunk
5919a249a1
Fixes to Azure Public feed usage (#24149)
* Fix code PATs

* Fix feed PATs

* remove gallery commit

* update feed url

* Update to new variable groups

* Fix Variable name

* Fix credential template

* Disable Signing setup in prep stage

* Capture nuget source list

* lock down the firewall

* Add creds to feed switch to allow single switch location

* Use switch from build.psm1

* Use switch template instead of commands

* update to test feed

* disable codeql in jobs where we don't compile

* disable code sign validation for prep

* move capture steps to restore phase to see if it speeds things up

* remove duplicate capture of nuget config

* update test service

* Only build windows test service on windows

* warn when no config is generated

* try to fix test service

* fix web listener refs

* try removing dotnet tool

* update feedname with user info

* update package version that is not found

* try moving failing jobs to restore phase

* allow nuget inset in either phase

* update package ref

* use the right reporoot

* Move everything to restore

* Try adding build phase

* put nuget files in the right place

* move bootstrap into yaml

* remove onebranch agent items from macos build

* switch to environment variable

* bump a couple of packages

* fix formatting

* Fix static analysis issue

* update feed url to test restoring everything

* install the AzFeed cred provider

* fix binlog issues
2024-08-15 09:06:29 -07:00
Travis Plunk
61fa143ede
update path (#24134) 2024-08-12 12:25:11 -07:00
Travis Plunk
345707c2a1
Add ability to capture MSBuild Binary logs when restore fails (#24128)
* Capture binary logs

* Update .pipelines/PowerShell-Coordinated_Packages-Official.yml
2024-08-09 10:23:31 -07:00
Travis Plunk
8cc7f4c712
add ability to skip windows stage (#24116) 2024-08-08 14:08:39 -07:00
Travis Plunk
947a41b556
chore: Refactor Nuget package source creation to use New-NugetPackageSource function (#24104) 2024-08-02 12:56:52 -07:00
Travis Plunk
8a8f2d4b23
Make Microsoft feeds the default (#24098) 2024-07-31 19:41:15 +00:00
Aditya Patwardhan
2a77030a0b
Enumerate over all signed zip packages (#24063) 2024-07-30 13:16:00 -07:00
Aditya Patwardhan
390a341a61
Add macos signing for package files (#24015)
* Sign macos packages

* Fix typo

* Add variables

* Remove signing cert

* Update signing

* Add signing cert

* Add uncompress

* Add variable group

* Download signed macos packages
2024-07-11 10:58:46 -07:00
Aditya Patwardhan
dbb17afcb2
Skip build steps that do not have exe packages (#23945) 2024-07-01 11:36:04 -07:00
Aditya Patwardhan
bd8b0bd421
Create powershell.config.json for PowerShell.Windows.x64 global tool (#23941) 2024-06-12 16:47:36 -07:00
Travis Plunk
7108ae0027
Fix error in the vPack release, debug script that blocked release (#23904)
* Update PowerShell-vPack-Official.yml for Azure Pipelines

* Merged PR 31369: fix version override parameter

- change default value of override version parameter to make actually optional
- eliminate redundant version override variable and use parameter directly

* Fix condition

* remove trailing spaces

* remove other syntax issue

---------

Co-authored-by: Tess Gauthier <tessgauthier@microsoft.com>
2024-06-10 21:22:55 +00:00
Tess Gauthier
2018c16df0
Add vPack release (#23898) 2024-06-06 10:02:35 -07:00
Aditya Patwardhan
51b8e5d1da
Fix exe signing with third party signing for WiX engine (#23878) 2024-05-31 17:02:03 +00:00
Aditya Patwardhan
cdb7556d04
Add checkout to fix TSA config paths (#23865) 2024-05-28 14:35:29 -07:00
Aditya Patwardhan
cd7c173ca1 Fix symbols and buildinfo publish 2024-05-28 11:05:23 -07:00
Aditya Patwardhan
d56df8b1c2 Add parameter to skip PMC publish 2024-05-28 10:50:56 -07:00
Aditya Patwardhan
e7b3c2e3c6 Make container name lowercase for blob 2024-05-28 10:37:16 -07:00
Aditya Patwardhan
96c3676486 Remove duplicate parameter in symbol publish stage 2024-05-28 10:20:42 -07:00
Aditya Patwardhan
a67a49f014 Add storage account variable group 2024-05-28 10:17:48 -07:00
Aditya Patwardhan
a9ec8a8ff3 Fix nuget publish download path 2024-05-28 10:13:18 -07:00
Aditya Patwardhan
d3b9f612d2 Fix nuget publish and buildinfo 2024-05-24 11:55:08 -07:00
Aditya Patwardhan
4efee1a67b Set packagesroot variable 2024-05-24 10:49:14 -07:00
Aditya Patwardhan
ff0a9b5fd8 Credscan variable and prefix fix 2024-05-24 09:03:20 -07:00
Aditya Patwardhan
66ba14013a Add verbose and confirm 2024-05-24 08:05:01 -07:00
Aditya Patwardhan
f3d33796fc Provider destination prefix and force 2024-05-24 07:19:08 -07:00
Aditya Patwardhan
73b00b07f4 Use sync copy 2024-05-23 23:18:58 -07:00
Aditya Patwardhan
7b88106c89 Fix blob names 2024-05-23 20:35:39 -07:00
Aditya Patwardhan
02912a5c78 Fix variable name 2024-05-23 19:19:14 -07:00
Aditya Patwardhan
d51bb58990 Fix container names 2024-05-23 18:40:30 -07:00
Aditya Patwardhan
26e9b42875 Fix typo 2024-05-23 16:07:21 -07:00
Aditya Patwardhan
074a549559 Fix global tool copy 2024-05-23 15:01:03 -07:00
Aditya Patwardhan
52cae5662f Update to use AZ cli instead 2024-05-23 13:45:05 -07:00
Aditya Patwardhan
b38b62dee1 Remove unnecessary clone 2024-05-23 13:08:50 -07:00
Aditya Patwardhan
5ee14b7852 Fix path for REPOROOT 2024-05-23 12:54:14 -07:00
Aditya Patwardhan
e98516d815 Fix path for script invocation 2024-05-23 12:13:03 -07:00
Aditya Patwardhan
a67cb325dc Upload test packages and delete all containers in storage 2024-05-22 16:07:07 -07:00
Aditya Patwardhan
6b39945025 Expand file path before upload 2024-05-21 21:49:39 -07:00
Aditya Patwardhan
bd75db57fa fix file path for msixbundle 2024-05-21 17:21:29 -07:00
Aditya Patwardhan
53888dab9f Fix indent in yaml 2024-05-21 16:38:17 -07:00
Aditya Patwardhan
dabbe2eba5 Merged PR 31213: Fix PMC publish
- Fix PMC publish by changing signing cert, fix pip package version, use PowerShell1ES pool
- Add force blob delete parameter
2024-05-21 21:35:21 +00:00
Aditya Patwardhan
158ce70623 Merged PR 31196: Fix release version and stage issues in build and packaging
Fix release version and stage issues in build and packaging
2024-05-20 21:54:00 +00:00
Aditya Patwardhan
31021f3dbf Add release tag if the environment variable is set 2024-05-16 10:58:34 -07:00
Aditya Patwardhan
53df284437
Updates to package and release pipelines (#23800) 2024-05-15 16:35:46 -07:00
Aditya Patwardhan
0fee36393f
Create the Windows.x64 global tool with shim for signing (#21559) 2024-05-03 13:16:02 -07:00