Commit Graph

10727 Commits

Author SHA1 Message Date
Travis Plunk
552b87b42c
Add specific path for issues in tsaconfig (#24244) 2024-09-04 10:06:57 -07:00
Aditya Patwardhan
d6555adccb
Use Managed Identity for APIScan authentication (#24243)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2024-09-03 21:24:40 +00: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
dependabot[bot]
5395d0ad81
Bump super-linter/super-linter from 7.0.0 to 7.1.0 (#24223) 2024-08-29 10:39:33 -07:00
Steve Lee
9ceae0c544
Add support to Get-Error to handle BoundParameters (#20640)
* Add support to `Get-Error` to handle BoundParameters

* sort the keys

* change to generalize for all dictionaries

* address Patrick's comment to generalize and use one codepath for dictionaries

* address codefactor
2024-08-26 19:25:16 -04:00
Steve Lee
bb204e25b3
Update the changelog preview.md (#24213) 2024-08-26 15:41:18 -07:00
Thomas Nieto
9b4e7fe9c6
Update changelog readme with 7.4 (#24182) 2024-08-26 15:40:37 -07:00
Justin Chung
1d96ae6bf5
Fix markdown linting error (#24204) 2024-08-26 15:22:44 -07:00
dependabot[bot]
0a0548ba69
Bump github/codeql-action from 3.26.2 to 3.26.5 (#24207) 2024-08-26 15:21:27 -07:00
Steve Lee
59bce18372
Fix Get-FormatData to not cast a type incorrectly (#21157) 2024-08-26 13:32:09 -07:00
Dongbo Wang
5bcda5d060
Update the URLs used in nuget.config files (#24203) 2024-08-23 22:25:23 +00:00
Justin Chung
8e26b0722d
Merged PR 32131: Updated changelog for v7.2.23 (#24196)
Updated changelog for v7.2.23

----
#### AI description  (iteration 1)
#### PR Classification
Documentation update.

#### PR Summary
Updated the changelog for version 7.2.23 with build and packaging improvements, and documentation updates.
- `CHANGELOG/7.2.md`: Added details for version 7.2.23, including .NET bump to 6.0.425, feature flags for network isolation, and various fixes and improvements in build steps and signing certificates. Updated documentation sample `nuget.config`.

Co-authored-by: Justin Chung <t-juchung@microsoft.com>
2024-08-22 13:15:56 -05:00
Dongbo Wang
9417f6e86c
Update changelog and metadata.json for v7.4.5 release (#24183) 2024-08-20 16:12:59 -07:00
Travis Plunk
c47db95c51
Check Create and Submit in vPack build by default (#24181) 2024-08-20 15:43:20 -07:00
Travis Plunk
cbb61b31d4
Bring 7.2 changelogs back to master (#24158)
* Bring 7.2 changelogs back to master

* Update 7.2.md

* fix ci failures
2024-08-20 13:59:06 -07:00
Ilya
5153f9ba63
Replace PSVersion source generator with incremental one (#23815) 2024-08-19 21:45:45 -07:00
SpyGod
be59e5e80e
Delay progress bar in Copy-Item and Remove-Item cmdlets (#24013) 2024-08-20 08:18:58 +05:00
Armaan Mcleod
07f0798026
Add -Force parameter to Resolve-Path and Convert-Path cmdlets to support wildcard hidden files (#20981)
* Added -Force parameter to Resolve-Path

* Added -Force parameter to Convert-Path

* Added tests

* Handle hidden file prefix for unix

* Use OS automatic variables and cleanup test setup code

* Add missing file prefix
2024-08-19 18:16:32 -07:00
Steve Lee
5eacbadb66
Use host exe to determine $PSHOME location when SMA.dll location is not found (#24072) 2024-08-19 23:13:50 +00:00
Steve Lee
73bdc2bcb2
Remove old code that downloads msix for win-arm64 (#24175)
* Remove old code that downloads msix for win-arm64

* address Travis' comment on missing check for arm64
2024-08-19 22:59:29 +00:00
Steve Lee
ba043c4c27
Fix Test-ModuleManifest so it can use a UNC path (#24115) 2024-08-19 15:40:31 -07:00
Raffaele Zippo
68a18d46b6
Save man files in /usr/share/man instead of /usr/local/share/man (#23855) 2024-08-19 13:44:08 -07:00
dependabot[bot]
79366d6dbf
Bump github/codeql-action from 3.26.0 to 3.26.2 (#24166) 2024-08-19 10:31:14 -07:00
dependabot[bot]
741796bcd4
Bump super-linter/super-linter from 6.8.0 to 7.0.0 (#24169) 2024-08-19 10:30:59 -07:00
Jay Bazuzi
de44505297
Fix a typo in the build doc (#24172) 2024-08-19 10:30:25 -07:00
Patrick Meinecke
f69a4b542b
Update cgmanifest (#24163) 2024-08-15 10:16:47 -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
alerickson
8c98b5cf60
Bump PSResourceGet to 1.1.0-preview1 (#24129) 2024-08-14 14:50:54 -07:00
Travis Plunk
b409e5613a
Add support for back porting PRs from GitHub or the Private Azure Repos (#20670)
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>

---------

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2024-08-13 13:07:53 -07:00
Travis Plunk
c11e4cf0d1
Move to 9.0.0-preview.6.24327.7 (#24133)
---------

Co-authored-by: James Truher [MSFT] <jimtru@microsoft.com>
2024-08-13 10:18:39 -07:00
Travis Plunk
61fa143ede
update path (#24134) 2024-08-12 12:25:11 -07:00
PowerShell Team Bot
f3c6791046
Update to the latest NOTICES file (#24131) 2024-08-12 11:21:05 -07:00
Travis Plunk
a90b03b428
Fix semver issue with updating cgmanifest (#24132) 2024-08-09 18:58:35 +00:00
dependabot[bot]
828c32709c
Bump github/codeql-action from 3.25.15 to 3.26.0 (#24118) 2024-08-09 11:05:42 -07:00
dependabot[bot]
3bb830cc9b
Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#24119) 2024-08-09 11:05:36 -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
Snowman-25
9456685252
Change type of LineNumber to ulong in Select-String (#24075) 2024-08-08 08:53:19 +05:00
Travis Plunk
a1774fd933
Update docs sample nuget.config (#24109) 2024-08-05 12:25:31 -07:00
dependabot[bot]
5ad1f1d2c8
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#24113) 2024-08-05 12:24:03 -07:00
Justin Chung
13e9aac36f
Fix Invoke-RestMethod to allow -PassThru and -Outfile work together (#24086) 2024-08-05 12:23:47 -07:00
Dongbo Wang
d173d8c2b5
Minor cleanup on local variable names within a method (#24105) 2024-08-05 11:41:07 -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
Jordan Borean
c9bd109686
Fix Hyper-V Remoting when the module is imported via implicit remoting (#24032) 2024-08-01 11:19:47 -07:00
dependabot[bot]
3d2e0f4d2f
Bump super-linter/super-linter from 6.7.0 to 6.8.0 (#24103) 2024-08-01 10:27:55 -07:00
Raffaele Zippo
2b64ee6955
devcontainers: mount workspace in /PowerShell (#23857)
* devcontainers: mount workspace in /PowerShell

* Delete .devcontainer/fedora30 directory

fedora is not supported by PowerShell anymore

* Update Dockerfile

Update to a supported version of Ubuntu

---------

Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2024-07-31 14:09:03 -07:00
Travis Plunk
8a8f2d4b23
Make Microsoft feeds the default (#24098) 2024-07-31 19:41:15 +00:00
Travis Plunk
5eb9ae43f5
Cleanup unused csproj (#23951) 2024-07-30 22:23:19 +00:00
Travis Plunk
3a6916320b
Add script to update SDK version during release (#24034) 2024-07-30 13:17:45 -07:00
Aditya Patwardhan
2a77030a0b
Enumerate over all signed zip packages (#24063) 2024-07-30 13:16:00 -07:00