1 write to _commonScriptPath
Infrastructure.Tests (1)
PowerShellScripts\AspireSkillsBundleHashTests.cs (1)
41
_commonScriptPath
= Path.Combine(RepoRoot.Path, "eng", "scripts", "aspire-skills-bundle.common.ps1");
2 references to _commonScriptPath
Infrastructure.Tests (2)
PowerShellScripts\AspireSkillsBundleHashTests.cs (2)
105
"-CommonScript", $"\"{
_commonScriptPath
}\"",
131
var result = await RunDriverAsync(driverPath, "-CommonScript", $"\"{
_commonScriptPath
}\"");