PowerShell Team Bot
c2f1ff00ae
Bump .NET 9 and dependencies ( #24573 )
2024-11-12 15:57:38 -08:00
PowerShell Team Bot
7db6a70b56
[master] Update branch for release ( #24534 )
...
* Update package references
* Update cgmanifest
* Update IsolatedModule.Tests.ps1
---------
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2024-10-31 15:15:28 -07:00
Aditya Patwardhan
4b40e5f60e
Revert "Update package references ( #24414 )" ( #24532 )
...
This reverts commit 01ae632636
.
2024-10-31 13:29:49 -07:00
Travis Plunk
adac4c7117
Add a way to use only NuGet feed sources ( #24528 )
...
* Update build.psm1
* update default feeds
* fix issue with cgmanifest having duplicate existing entries
* update pattern
2024-10-31 20:13:04 +00:00
PowerShell Team Bot
01ae632636
Update package references ( #24414 )
2024-10-11 19:08:14 +00:00
Jordan Borean
3e3d83cfa4
Treat large Enum values as numbers in ConvertTo-Json
( #20999 )
2024-09-19 17:24:20 +00:00
Aditya Patwardhan
9303de597d
Bump .NET 9 to 9.0.100-rc.1.24452.12
( #24273 )
2024-09-12 12:10:07 -07:00
Travis Plunk
3097c1862e
Update and add new NuGet package sources for different environments. ( #24264 )
...
* Update nuget.config
* Update build.psm1
* Update build.psm1
---------
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2024-09-10 19:41:53 +00: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
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
8a8f2d4b23
Make Microsoft feeds the default ( #24098 )
2024-07-31 19:41:15 +00:00
James Truher [MSFT]
0be73f1a42
Add debugging to the MTU size test ( #21463 )
2024-05-21 13:45:07 -07:00
Patrick Meinecke
4faf52726d
Make sure both stdout and stderr can be redirected from a native executable ( #20997 )
2024-03-14 11:42:30 -07:00
Aditya Patwardhan
a145f47787
Bump to .NET 9 Preview 1 ( #21229 )
2024-02-16 03:15:11 +00:00
Dom Slee
c56a52b8c0
Add tilde expansion for windows native executables ( #20402 )
2024-02-12 09:58:27 -08:00
James Truher [MSFT]
0919240822
Rewrite the mac syslog tests to make them less flaky ( #21174 )
2024-02-07 13:09:41 -08:00
Dongbo Wang
fb1f8e1d43
Bump .NET SDK to 8.0.0 RTM build and move the current preview changelog to 7.4.md
( #20850 )
2023-12-05 13:22:56 -08:00
Travis Plunk
687383bcc1
Block getting help from network locations in restricted remoting sessions ( #20593 )
2023-10-31 16:06:15 -07:00
Aditya Patwardhan
5b05198d4f
Fix package version for .NET nuget packages ( #20551 )
2023-10-20 10:29:53 -07:00
Aditya Patwardhan
17930e5e45
Bump to .NET 8 RC2 ( #20510 )
2023-10-18 18:10:25 +00:00
Aditya Patwardhan
242af6adb5
Fix the release build by moving to the official .NET 8-rc.1 release build version ( #20333 )
2023-09-25 09:28:14 -07:00
Aditya Patwardhan
f71404d834
Update .NET SDK to version 8.0.100-rc.1.23455.8 ( #20269 )
2023-09-20 14:33:49 -07:00
James Truher [MSFT]
046301b716
Additional test hardening for tests which fail in release pass. ( #20093 )
2023-08-16 11:28:59 -07:00
Aditya Patwardhan
ddf40db675
Bump to .NET 8 Preview 7 ( #20092 )
2023-08-09 10:47:09 -07:00
Steve Lee
e97105bf7d
Move build to .NET 8 preview 6 ( #19991 )
2023-08-07 21:30:33 +00:00
CarloToso
e8ce6a5b1f
Support Unix-Socket in WebCmdlets ( #19343 )
2023-07-24 16:44:32 -07:00
Sean Wheeler
5595072568
Change docs.microsoft.com
to learn.microsoft.com
( #19994 )
2023-07-17 15:54:17 -07:00
Aditya Patwardhan
ebe0b54340
Update to .NET 8 Preview 4 ( #19696 )
2023-06-21 15:17:22 -07:00
stevenebutler
d614858550
WebCmdlets: Rename -TimeoutSec
to -ConnectionTimeoutSeconds
(with alias) and add -OperationTimeoutSeconds
( #19558 )
2023-06-19 15:07:16 -07:00
James Truher [MSFT]
ba0de3b4fe
Add some debugging to the transcript test for SilentlyContinue
( #19770 )
2023-06-12 17:03:53 -07:00
James Truher [MSFT]
6c4eb38364
Update syslog parser to handle modern formats. ( #19737 )
...
Co-authored-by: James Truher <james@jwtmbp.local>
2023-06-05 11:07:05 -07:00
Patrick Meinecke
2424ad83aa
Support byte stream piping between native commands and file redirection ( #17857 )
2023-04-27 17:17:32 -07:00
Aditya Patwardhan
cf6fc53c9f
Fix test failures on Windows for time zone and remoting ( #19466 )
2023-04-25 11:06:34 -07:00
PowerShell Team Bot
e1b392b6ff
Update .NET SDK version from 8.0.100-preview.2.23157.25
to 8.0.100-preview.3.23178.7
( #19381 )
2023-04-18 15:24:51 -07:00
stevenebutler
17fb783736
Support CTRL-C when reading data and connection hangs for Invoke-RestMethod
and Invoke-WebRequest
( #19330 )
2023-04-03 23:08:35 +00:00
Aditya Patwardhan
e95f7fb50f
Test fixes for stabilizing tests ( #19068 )
2023-03-13 15:40:27 -07:00
Aditya Patwardhan
b58db8b8f7
Bump .NET to Preview 2 version ( #19305 )
2023-03-09 15:06:36 -08:00
CarloToso
0d6b93a23f
Fix codefactor if part 2 ( #19267 )
2023-03-04 22:30:14 +05:00
Dongbo Wang
5acc664666
Increase the timeout for creating the WebListener
( #19268 )
2023-03-03 09:40:34 -08:00
Aditya Patwardhan
2d15e0c5b6
Update to .NET 8 preview 1 build ( #19194 )
2023-02-22 16:12:16 -08:00
Travis Plunk
b2c4888ebb
Add Windows ARM64 CI ( #19040 )
...
* Add CI for win-arm64
* Add common function to test for windows arm64
* Update because string where items need investigation
---------
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
2023-01-31 12:06:29 -08:00
CarloToso
f018beedff
Add tests for Allowinsecureredirect parameter in Web cmdlets ( #18939 )
2023-01-13 17:37:55 +05:00
CarloToso
31af38c22a
Create test to check if WebCmdlets decompress brotli-encoded data ( #18905 )
2023-01-10 08:07:00 +05:00
Aditya Patwardhan
de416dc831
Bump .NET SDK to version 7.0.101
( #18786 )
2022-12-14 10:55:17 -08:00
Dongbo Wang
bd6edfdd9c
Add testexe.exe -echocmdline
to output raw command line received by the process on Windows ( #18591 )
2022-12-06 10:31:54 -08:00
Travis Plunk
665bf21fcb
Bump to use internal .NET 7 GA build ( #18508 )
2022-11-09 22:51:24 +00:00
xtqqczze
effa29aae4
Implement IDisposable
in NamedPipeClient
( #18341 )
2022-10-24 12:14:05 -07:00
Aditya Patwardhan
028eeb0457
Bump to .NET 7 to version 7.0.100-rc.2.22477.20
( #18286 )
2022-10-18 16:49:18 -07:00
Aditya Patwardhan
813d38875d
Revert "Replace win7 runtime with win8 and remove APISets ( #18304 )" ( #18322 )
2022-10-18 16:48:07 -07:00
Aditya Patwardhan
cc86f9ffd1
Replace win7 runtime with win8 and remove APISets ( #18304 )
2022-10-18 11:07:22 -07:00