(version)
| 8536 | }); |
| 8537 | } |
| 8538 | static isValidVersion(version) { |
| 8539 | return !!version.match(Constants_1.default.versionPattern); |
| 8540 | } |
| 8541 | static isHostedAgent(moduleContainerPath) { |
| 8542 | return __awaiter(this, void 0, void 0, function* () { |
| 8543 | const script = `Test-Path (Join-Path "${moduleContainerPath}" "az_*")`; |
no outgoing calls
no test coverage detected