Skip to content

Commit

Permalink
install in an order that can self resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed May 3, 2023
1 parent d612dcb commit 3607aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/test-proxy/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ stages:
displayName: Clone Repo
- pwsh: |
mvn install -f sdk/core/azure-json/pom.xml -DskipTests=true -DskipCheckStyle=true
mvn install -f sdk/core/azure-core/pom.xml -DskipTests=true -DskipCheckStyle=true
mvn install -f sdk/core/azure-core-test/pom.xml -DskipTests=true -DskipCheckStyle=true
displayName: 'Install azure-core-test'
workingDirectory: $(CLONE_LOCATION)
Expand Down

0 comments on commit 3607aed

Please sign in to comment.