Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2022-11-10 01:16:32 +0300
committerMatt Mitchell <mmitche@microsoft.com>2022-11-10 01:16:32 +0300
commit354348c5069594ed5d855230aa97aba0e2c2da74 (patch)
treed5f891f16eba654a52e5aca5f9837e69021925c7
parentf8c8289ea7fc9c5f5356aaf38789355269a8979f (diff)
Add the usingtask for DownloadFile
-rw-r--r--eng/tools/RepoTasks/RepoTasks.tasks1
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/tools/RepoTasks/RepoTasks.tasks b/eng/tools/RepoTasks/RepoTasks.tasks
index 94db734ffb..c5722a9e26 100644
--- a/eng/tools/RepoTasks/RepoTasks.tasks
+++ b/eng/tools/RepoTasks/RepoTasks.tasks
@@ -10,4 +10,5 @@
<UsingTask TaskName="RepoTasks.GenerateSharedFrameworkDepsFile" AssemblyFile="$(_RepoTaskAssembly)" />
<UsingTask TaskName="RepoTasks.CreateFrameworkListFile" AssemblyFile="$(_RepoTaskAssembly)" />
<UsingTask TaskName="RepoTasks.RemoveSharedFrameworkDependencies" AssemblyFile="$(_RepoTaskAssembly)" />
+ <UsingTask TaskName="DownloadFile" AssemblyFile="$(ArcadeSdkBuildTasksAssembly)" />
</Project>