run-tests-on-os.yml: Commented out extra step that is only intended for debugging
diff --git a/build/azure-templates/run-tests-on-os.yml b/build/azure-templates/run-tests-on-os.yml
index 89244d9..2b06109 100644
--- a/build/azure-templates/run-tests-on-os.yml
+++ b/build/azure-templates/run-tests-on-os.yml
@@ -61,8 +61,7 @@
     artifactName: '${{ parameters.binaryArtifactName }}_${{ parameters.framework }}'
     targetPath: '$(System.DefaultWorkingDirectory)/${{ parameters.framework }}'
 
-- powershell: | 
-    Get-ChildItem -Path $(System.DefaultWorkingDirectory)
+#- powershell: Get-ChildItem -Path $(System.DefaultWorkingDirectory) # Uncomment for debugging
 
 - task: UseDotNet@2
   displayName: 'Use .NET Core sdk 2.1.807'