Skip to content

Commit

Permalink
run-tests-on-os.yml: fixed powershell task so the testBinaryFilesPatt…
Browse files Browse the repository at this point in the history
…ern parameter is passed in
  • Loading branch information
NightOwl888 committed Jul 25, 2019
1 parent 7ed3551 commit 7b38ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-templates/run-tests-on-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ steps:
$testResultsArtifactDirectory = "${{ format('$(Build.ArtifactStagingDirectory)/{0}',parameters.testResultsArtifactName) }}"
$testPlatform = '${{ parameters.vsTestPlatform }}'
$testOSName = '${{ parameters.osName }}'
$testBinaryFilesConvention = '${{ parameters.testBinaryFilesConvention }}'
$testBinaryFilesPattern = '${{ parameters.testBinaryFilesPattern }}'
$maximumParalellJobs = '${{ parameters.maximumParallelJobs }}'
$testTargetFrameworks = $testTargetFrameworksString.Split([char]',',[char]';')
Expand Down

0 comments on commit 7b38ea5

Please sign in to comment.