Commit 81e59ad
authored
Run release tests with -NonInteractive so a missing mandatory parameter fails instead of hanging (#2964)
Hardening backport from main. The release runs the tests as
`pwsh -noprofile -c "test.ps1"` nested inside the AzureCLI task, whose host
allows prompting. A test that invokes a command with a missing mandatory
parameter would then prompt for the value and block forever on the agent,
instead of throwing. Add -NonInteractive so the release test run stays
non-interactive, like the PR pipeline.1 parent 2f9fdbb commit 81e59ad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments