Skip to content
Prev Previous commit
Next Next commit
fix
  • Loading branch information
JoshLove-msft committed Jul 28, 2025
commit 1a85744d727beb14f43a34009475997676b03b46
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ stages:
jobs:
- job: Initialize
steps:
- checkout: Azure/$(sdkRepositoryName)
- checkout: $(sdkRepositoryName)
- checkout: self
path: s/autorest
- checkout: azure-sdk-tools
Expand Down
Loading