@@ -132,8 +132,8 @@ stages:
132132 targetType : inline
133133 script : |
134134 New-Item $(outputDir) -ItemType Directory -Force
135- echo "Test file" > $(outputDir)/mgc
136- echo "Test file2" > $(outputDir)/mgc.txt
135+ echo "Test file" > $(outputDir)/mgc-beta
136+ echo "Test file2" > $(outputDir)/mgc-beta .txt
137137 verbosePreference : ' $(OUTPUT_PREFERENCE)'
138138 debugPreference : ' $(OUTPUT_PREFERENCE)'
139139 informationPreference : ' $(OUTPUT_PREFERENCE)'
@@ -356,7 +356,7 @@ stages:
356356 $extractPath = Join-Path -Path '$(WORKING_DIR)' -ChildPath artifacts
357357 Expand-EsrpArtifacts -SourceDir $downloadDir -OutputDir $extractPath -FileNameTemplate '$(fileNameTemplate)' -BranchOrTagName '$(branchOrTagName)' -RuntimeIdentifier '$(rid)' -PackageType $(packageType) -TarCompression $(compressionProgram) -Cleanup
358358
359- Move-NonExecutableItems -SourcePath $extractPath -ExecutableItemNames mgc,mgc.exe
359+ Move-NonExecutableItems -SourcePath $extractPath -ExecutableItemNames mgc-beta ,mgc-beta .exe
360360 Write-Host "##vso[task.setvariable variable=ARTIFACTS_PATH]$extractPath"
361361 verbosePreference : ' $(OUTPUT_PREFERENCE)'
362362 debugPreference : ' $(OUTPUT_PREFERENCE)'
@@ -367,7 +367,7 @@ stages:
367367 - template : templates/prepare-unsigned-executable-darwin.yaml
368368 parameters :
369369 executablePath : $(ARTIFACTS_PATH)
370- executableName : mgc
370+ executableName : mgc-beta
371371 zipName : $(ZIP_NAME)
372372 targetRuntime : $(rid)
373373
@@ -459,7 +459,7 @@ stages:
459459 . $(powershellScriptsDir)/BuildTools.ps1
460460 $zipPath = Join-Path -Path '$(ARTIFACTS_PATH)' -ChildPath '$(ZIP_NAME)'
461461 $fileName = Get-FileName -FileNameTemplate '$(fileNameTemplate)' -BranchOrTagName '$(branchOrTagName)' -RuntimeIdentifier '$(rid)'
462- Update-SignedArchive -InputFile $zipPath -ReportDir '$(WORKING_DIR)' -OutputDir '$(WORKING_DIR)' -OutputFileName "$fileName" -ExeNames mgc -Cleanup
462+ Update-SignedArchive -InputFile $zipPath -ReportDir '$(WORKING_DIR)' -OutputDir '$(WORKING_DIR)' -OutputFileName "$fileName" -ExeNames mgc-beta -Cleanup
463463 verbosePreference : ' $(OUTPUT_PREFERENCE)'
464464 debugPreference : ' $(OUTPUT_PREFERENCE)'
465465 informationPreference : ' $(OUTPUT_PREFERENCE)'
0 commit comments