()
| 8554 | }); |
| 8555 | } |
| 8556 | static isGhes() { |
| 8557 | const ghUrl = new URL(process.env['GITHUB_SERVER_URL'] || 'https://github.com'); |
| 8558 | return ghUrl.hostname.toUpperCase() !== 'GITHUB.COM'; |
| 8559 | } |
| 8560 | static saveAzModule(version, modulePath) { |
| 8561 | return __awaiter(this, void 0, void 0, function* () { |
| 8562 | const script = ` |
no outgoing calls
no test coverage detected