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 493f23f commit 0a8264bCopy full SHA for 0a8264b
.ado/templates/react-native-init-windows.yml
@@ -160,7 +160,7 @@ steps:
160
buildLogDirectory: '$(Build.BinariesDirectory)\${{ parameters.platform }}\${{ parameters.configuration }}\BuildLogs'
161
162
# Only run the following on fabric apps
163
- - ${{ if and(endsWith(parameters.template, '-app')) }}:
+ - ${{ if endsWith(parameters.template, '-app') }}:
164
- script: call yarn test:windows
165
displayName: Run jest tests with react-test-renderer
166
workingDirectory: $(Agent.BuildDirectory)\testcli
0 commit comments