Skip to content

Commit

Permalink
Update unit test dependency for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
marianan committed Feb 9, 2022
1 parent c846d38 commit b241008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsts_ci/azure-pipelines.yml
Expand Up @@ -38,7 +38,7 @@ stages:
- Linux1804UnitTests
- Linux2004UnitTests
- RaspberryPiUnitTests
condition: and(succeeded('LinuxUnitTests'), succeeded('RaspberryPiUnitTests'))
condition: and(succeeded('Linux1804UnitTests'), succeeded('Linux2004UnitTests'), succeeded('RaspberryPiUnitTests'))
steps:
- script: |
mkdir dest
Expand Down

0 comments on commit b241008

Please sign in to comment.