We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f98349 commit 0d55580Copy full SHA for 0d55580
.azure/default-build.yml
@@ -62,7 +62,7 @@ jobs:
62
condition: eq( variables['Agent.OS'], 'Linux' )
63
displayName: Run tests
64
- ${{ if eq(parameters.agentOs, 'Windows') }}:
65
- - powershell: "& ./build.${{ parameters.configuration }}/bin/${{ parameters.configuration }}/signalrclienttests.exe ${{ parameters.gtestFlags }}"
+ - powershell: "ls; & ./build.${{ parameters.configuration }}/bin/${{ parameters.configuration }}/signalrclienttests.exe ${{ parameters.gtestFlags }}"
66
condition: eq( variables['Agent.OS'], 'Windows_NT' )
67
68
0 commit comments