Closed nathanwoctopusdeploy closed 1 year ago
This PR allows the test Filter and if the dot memory tests should be run to be set via command line arguments when running tests via nuke
It will allow tests to be split across TeamCity build configurations e.g.
.\build.cmd -target TestWindowsNet48 -TestFilter TestCategory!=PollingOverWebSocket -RunDotMemoryTests true .\build.cmd -target TestWindowsNet48 -TestFilter TestCategory=PollingOverWebSocket -RunDotMemoryTests false
.\build.cmd -target TestWindowsNet48 -TestFilter TestCategory!=PollingOverWebSocket -RunDotMemoryTests true
.\build.cmd -target TestWindowsNet48 -TestFilter TestCategory=PollingOverWebSocket -RunDotMemoryTests false
Quality :heavy_check_mark:
[sc-57387]
This pull request has been linked to Shortcut Story #57387: Split net48 Test build chains into WebSockets | Listing+Polling.
Background
This PR allows the test Filter and if the dot memory tests should be run to be set via command line arguments when running tests via nuke
It will allow tests to be split across TeamCity build configurations e.g.
.\build.cmd -target TestWindowsNet48 -TestFilter TestCategory!=PollingOverWebSocket -RunDotMemoryTests true
.\build.cmd -target TestWindowsNet48 -TestFilter TestCategory=PollingOverWebSocket -RunDotMemoryTests false
How to review this PR
Quality :heavy_check_mark:
Pre-requisites