Skip to content

Commit a4864d5

Browse files
committed
minor fix
1 parent 5fc72ac commit a4864d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry/csharp/TelemetryClient.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<!-- Produce a generated csproj and files in a temp location -->
3131
<Target Name="clone-sdk">
3232
<Message Text="Cloning AWS .NET SDK into $(DotNetSdkClone) (this will take a while)" />
33-
33+
<Exec Command="git clone -c core.longpaths=true --depth 1 --branch $(DotNetSdkTag) https://github.com/aws/aws-sdk-net.git $(DotNetSdkClone)" />
3434
</Target>
3535

3636
<Target Name="restore-sdk-generator">

0 commit comments

Comments
 (0)