PowerShell/test
2021-06-14 12:04:36 -07:00
..
common/markdown Fix yarn-lock for copy-props (#15225) 2021-04-13 15:08:46 -07:00
docker/networktest
hosting Add space before comma to hosting test to fix error reported by SA1001 (#15224) 2021-04-13 15:09:55 -07:00
nanoserver
packaging/windows Add exe wrapper for Microsoft Update scenarios (#14737) 2021-02-19 15:39:35 -08:00
perf Fix 'Start-Benchmarking' to put 'TargetPSVersion' and 'TargetFramework' in separate parameter sets (#15508) 2021-06-11 12:30:15 -07:00
powershell Retrieve ProductVersion using informational version attribute in AmsiUtils.Init() (#15527) 2021-06-14 12:04:36 -07:00
shebang
SSHRemoting Fix SSH remoting connection hang with misconfigured endpoint (#15175) 2021-04-13 15:36:36 -07:00
tools Update to .NET Preview 6 SDK (#15452) 2021-05-25 19:24:28 -07:00
xUnit Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 (#15458) 2021-06-07 13:56:19 -07:00
README.md
Test.Common.props Bump .NET framework to 6.0.0-preview.1 (#14719) 2021-02-08 17:13:33 -08:00

Testing

The tests are organized by testing language. Thus Pester tests, which are written in the PowerShell language, are in ./powershell and xUnit tests, written in C#, are in ./xUnit. The third-party shebang test is in ./shebang.