File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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- < Exec Command = " git clone -c core.longpaths=true --depth 1 --branch $(DotNetSdkTag) https://github.com/aws/aws-sdk-net.git $(DotNetSdkClone) " />
33+
3434 </Target >
3535
3636 <Target Name =" restore-sdk-generator" >
5252
5353 <!-- Produce a generated csproj and files in a temp location -->
5454 <Target Name =" generate-raw-telemetry-client" >
55+ <!-- Create TestServiceModels folder -->
56+ <MakeDir Directories =" $(BuildRoot)..\TestServiceModels" />
57+ <Message Text =" Created TestServiceModels folder" />
5558
5659 <!-- Pull together Sdk Generator input files -->
5760 <ItemGroup >
98101 <Target Name =" cleanup" >
99102 <RemoveDir Directories =" $(BuildTemp)" />
100103 <RemoveDir Directories =" $(BuildRoot)\sdk" />
104+ <RemoveDir Directories =" $(BuildRoot)..\TestServiceModels" />
101105 </Target >
102106
103107</Project >
You can’t perform that action at this time.
0 commit comments