[ci] backout #5004

some changes introduced in #5004 appear to cause the release
distribution step of CI to fail in DV-only pull requests.

for now we back out this change, to be sorted out at a later (hopefully
  less chaotic) time.

Signed-off-by: Udi Jonnalagadda <udij@google.com>
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6fcc8f7..265dee7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -334,7 +334,7 @@
     - lint
     # The bootrom is built into the FPGA image at synthesis time.
     - sw_build_nexysvideo
-  condition: and(succeeded(), eq(dependencies.lint.outputs['DetermineBuildType.onlyDocChanges'], '0'), eq(dependencies.lint.outputs['DetermineBuildType.onlyDvChanges'], '0'))
+  condition: and(succeeded(), eq(dependencies.lint.outputs['DetermineBuildType.onlyDocChanges'], '0')
   pool: ci-public
   timeoutInMinutes: 120 # 2 hours
   steps:
@@ -386,7 +386,7 @@
     # By generating the CW305 bootrom binary we would break execute_fpga_tests executed on the
     # NexysVideo.
     - sw_build
-  condition: and(succeeded(), eq(dependencies.lint.outputs['DetermineBuildType.onlyDocChanges'], '0'), eq(dependencies.lint.outputs['DetermineBuildType.onlyDvChanges'], '0'))
+  condition: and(succeeded(), eq(dependencies.lint.outputs['DetermineBuildType.onlyDocChanges'], '0')
   pool: ci-public
   timeoutInMinutes: 120 # 2 hours
   steps: