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
Copy file name to clipboardExpand all lines: eng/common/TestResources/New-TestResources.ps1.md
+17
Original file line number
Diff line number
Diff line change
@@ -412,6 +412,23 @@ Accept pipeline input: False
412
412
Accept wildcard characters: False
413
413
```
414
414
415
+
### -OutFile
416
+
save test environment settings into a test-resources.json.env file next to test-resources.json.
417
+
The file is protected via DPAPI. The environment file would be scoped to the current repository directory.
418
+
Note: Supported only on Windows.
419
+
420
+
```yaml
421
+
Type: SwitchParameter
422
+
Parameter Sets: (All)
423
+
Aliases:
424
+
425
+
Required: False
426
+
Position: Named
427
+
Default value: None
428
+
Accept pipeline input: False
429
+
Accept wildcard characters: False
430
+
```
431
+
415
432
### CommonParameters
416
433
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments