scan/src/utils.ts [238:243]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
export async function prepareAgent(
  args: string[],
  useNightly = false
): Promise<void> {
  const arch = getProcessArchName()
  const platform = getProcessPlatformName()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



vsts/src/utils.ts [126:131]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
export async function prepareAgent(
  args: string[],
  useNightly = false
): Promise<void> {
  const arch = getProcessArchName()
  const platform = getProcessPlatformName()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



