Skip to content

Commit

Permalink
Make checkout path exactly 49 characters (Azure#7423)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored and JoshLove-msft committed Sep 10, 2019
1 parent 271a78a commit d8372f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
vmImage: windows-2019
steps:
- checkout: self
path: AzureSDKEngSystem/Net/SourceDirectory
path: SourceDirWith49CharsLengthTestForLongPaths
- pwsh: |
echo "##vso[build.addbuildtag]Scheduled"
displayName: "Tag scheduled builds"
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
vmImage: "windows-2019"
steps:
- checkout: self
path: AzureSDKEngSystem/Net/SourceDirectory
path: SourceDirWith49CharsLengthTestForLongPaths
- task: UsePythonVersion@0
displayName: "Use Python 3.6"
inputs:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
vmImage: "$(OSVmImage)"
steps:
- checkout: self
path: AzureSDKEngSystem/Net/SourceDirectory
path: SourceDirWith49CharsLengthTestForLongPaths
- template: eng/pipelines/templates/scripts/verify-agent-os.yml@azure-sdk-tools
parameters:
OSName: $(OSName)
Expand Down
6 changes: 3 additions & 3 deletions eng/pipelines/templates/jobs/archetype-sdk-mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
vmImage: windows-2019
steps:
- checkout: self
path: AzureSDKEngSystem/Net/SourceDirectory
path: SourceDirWith49CharsLengthTestForLongPaths
- task: DotNetCoreInstaller@0
displayName: "Use .NET Core sdk $(DotNetCoreSDKVersion)"
inputs:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
vmImage: "$(OSVmImage)"
steps:
- checkout: self
path: AzureSDKEngSystem/Net/SourceDirectory
path: SourceDirWith49CharsLengthTestForLongPaths
- template: eng/pipelines/templates/scripts/verify-agent-os.yml@azure-sdk-tools
parameters:
OSName: $(OSName)
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
vmImage: windows-2019
steps:
- checkout: self
path: AzureSDKEngSystem/Net/SourceDirectory
path: SourceDirWith49CharsLengthTestForLongPaths
- task: UsePythonVersion@0
displayName: "Use Python 3.6"
inputs:
Expand Down

0 comments on commit d8372f5

Please sign in to comment.