Skip to content

Commit cba2fdc

Browse files
committed
Final cleanup commit.
1 parent 9c2bea7 commit cba2fdc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

eng/pipelines/coreclr/templates/perf-job.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ jobs:
371371
displayName: Create Core_Root
372372
condition: and(succeeded(), ne(variables.runtimeFlavorName, 'Mono'), ne('${{ parameters.runtimeType }}', 'wasm'))
373373

374-
375374
# Copy the runtime directory into the testhost folder to include OOBs.
376375
- powershell: |
377376
$xml = [Xml] (Get-Content $(Build.SourcesDirectory)\eng\Versions.props)
@@ -386,9 +385,9 @@ jobs:
386385
condition: and(and(succeeded(), eq(variables.runtimeFlavorName, 'Mono')), eq(variables.osGroup, 'windows'), not(in('${{ parameters.runtimeType }}', 'AndroidMono', 'iOSMono', 'AndroidMobileNet6', 'iOSMobileNet6')))
387386

388387
- bash: |
389-
productVersion=$(sed -n 's/.*<ProductVersion>\(.*\)<\/ProductVersion>/\1/p' eng/Versions.props)
390-
echo productVersion: $productVersion
391-
echo "##vso[task.setvariable variable=productVersion]$productVersion"
388+
productVersion=$(sed -n 's/.*<ProductVersion>\(.*\)<\/ProductVersion>/\1/p' eng/Versions.props)
389+
echo productVersion: $productVersion
390+
echo "##vso[task.setvariable variable=productVersion]$productVersion"
392391
displayName: 'Get product version for mono-dotnet (Linux)'
393392
condition: and(and(succeeded(), eq(variables.runtimeFlavorName, 'Mono')), ne(variables.osGroup, 'windows'), not(in('${{ parameters.runtimeType }}', 'AndroidMono', 'iOSMono', 'AndroidMobileNet6', 'iOSMobileNet6')))
394393

0 commit comments

Comments
 (0)