1 write to _scriptPath
Aspire.Acquisition.Tests (1)
Scripts\Common\ScriptToolCommand.cs (1)
30
_scriptPath
= scriptPath;
2 references to _scriptPath
Aspire.Acquisition.Tests (2)
Scripts\Common\ScriptToolCommand.cs (2)
68
var fullScriptPath = Path.Combine(repoRoot,
_scriptPath
);
77
if (
_scriptPath
.EndsWith(".sh", StringComparison.OrdinalIgnoreCase))