Fix build by copying init-tools.msbuild to sandbox
authorEric Erhardt <eric.erhardt@microsoft.com>
Mon, 15 May 2017 15:07:59 +0000 (10:07 -0500)
committerGitHub <noreply@github.com>
Mon, 15 May 2017 15:07:59 +0000 (10:07 -0500)
Commit migrated from https://github.com/dotnet/core-setup/commit/bf3a8b23e276892e6c1f1c7afaeaba6d80666e33

src/installer/buildpipeline/Core-Setup-Linux-BT.json

index 6cefb92..2d104f3 100644 (file)
@@ -67,7 +67,7 @@
       },
       "inputs": {
         "SourceFolder": "$(PB_SourcesDirectory)",
-        "Contents": "init-tools.sh\nBuildToolsVersion.txt\nDotnetCLIVersion.txt",
+        "Contents": "init-tools.sh\nBuildToolsVersion.txt\nDotnetCLIVersion.txt\ninit-tools.msbuild",
         "TargetFolder": "$(PB_DockerHost_Sandbox)",
         "CleanTargetFolder": "false",
         "OverWrite": "false",