1 write to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
23
_scriptPath
= Path.Combine(RepoRoot.Path, "eng", "scripts", "download-native-archives.ps1");
1 reference to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
389
using var cmd = new PowerShellCommand(
_scriptPath
, _output)