From 79b9e93907667836d5e8c7d9ff25e9556c8e43ac Mon Sep 17 00:00:00 2001 From: Ashish Singh Date: Fri, 8 Jul 2022 12:10:43 +0530 Subject: [PATCH] change rundrt cmd for CI --- eng/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipeline.yml b/eng/pipeline.yml index 3fdf6369c..889563c38 100644 --- a/eng/pipeline.yml +++ b/eng/pipeline.yml @@ -231,7 +231,7 @@ jobs: - task: PowerShell@2 inputs: targetType: 'inline' - script: '.\RunDrts.cmd' + script: '.\CIRunDrts.cmd' workingDirectory: '$(System.ArtifactsDirectory)\testbins' # - task: DownloadBuildArtifacts@1 # displayName: Download wpf built binaries