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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik Rajasekaran <karajas@microsoft.com>2017-10-25 02:40:58 +0300
committerGitHub <noreply@github.com>2017-10-25 02:40:58 +0300
commit997fa4b6a9edc8f793a88b2c983ca1322b92b4a8 (patch)
tree13808f10bf32a8c1d8229372a2f8ab2ff419dfd6 /buildpipeline/DotNet-CoreFx-Trusted-Linux.json
parentf6c7e0d657cd029171ec57a65e2eddcdd18588f2 (diff)
Enable publishing to azure feed (#24784)
Diffstat (limited to 'buildpipeline/DotNet-CoreFx-Trusted-Linux.json')
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Linux.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Linux.json b/buildpipeline/DotNet-CoreFx-Trusted-Linux.json
index 5eaeb4717e..37e7180891 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Linux.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Linux.json
@@ -92,7 +92,7 @@
},
"inputs": {
"SourceFolder": "$(PB_GitDirectory)",
- "Contents": "init-tools.sh\nBuildToolsVersion.txt\nDotnetCLIVersion.txt\ninit-tools.msbuild",
+ "Contents": "init-tools.sh\nBuildToolsVersion.txt\nDotnetCLIVersion.txt\ninit-tools.msbuild\ndependencies.props",
"TargetFolder": "$(DockerHost_Sandbox)",
"CleanTargetFolder": "false",
"OverWrite": "false",