We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc72ac commit a4864d5Copy full SHA for a4864d5
telemetry/csharp/TelemetryClient.proj
@@ -30,7 +30,7 @@
30
<!-- Produce a generated csproj and files in a temp location -->
31
<Target Name="clone-sdk">
32
<Message Text="Cloning AWS .NET SDK into $(DotNetSdkClone) (this will take a while)" />
33
-
+ <Exec Command="git clone -c core.longpaths=true --depth 1 --branch $(DotNetSdkTag) https://github.com/aws/aws-sdk-net.git $(DotNetSdkClone)" />
34
</Target>
35
36
<Target Name="restore-sdk-generator">
0 commit comments