You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support built-in dotnet commands in regression test template
Modified regression-test-jobs.yml to:
- Skip file validation for commands starting with "dotnet"
- Execute dotnet commands directly using Invoke-Expression
- Maintain existing file-based script support
- Handle both Windows and Linux scenarios appropriately
This allows tests like UMX_Slow_Repro to use "dotnet build" directly without requiring a build script file.
Co-authored-by: T-Gro <[email protected]>
0 commit comments