diff --git a/.azure-pipelines/steps/run-tests.yml b/.azure-pipelines/steps/run-tests.yml index 6515f604..fa45f558 100644 --- a/.azure-pipelines/steps/run-tests.yml +++ b/.azure-pipelines/steps/run-tests.yml @@ -1,5 +1,5 @@ steps: -- powershell: ./DistributeTests.ps1 +- powershell: .\azure-pipelines\steps\DistributeTests.ps1 displayName: 'PowerShell Script to distribute tests' - powershell: |