From 60dbbc623cc9851eb4989b2792fe75724cddde4c Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Mon, 28 Sep 2020 13:09:37 -0500 Subject: [PATCH] Generate tarball smoke-test nuget.config --- eng/SourceBuild.Tarball.targets | 42 ++++++++++++++++++-------- support/tarball/smoke-testNuGet.Config | 14 --------- 2 files changed, 30 insertions(+), 26 deletions(-) delete mode 100644 support/tarball/smoke-testNuGet.Config diff --git a/eng/SourceBuild.Tarball.targets b/eng/SourceBuild.Tarball.targets index 337695f179..a3211831e7 100644 --- a/eng/SourceBuild.Tarball.targets +++ b/eng/SourceBuild.Tarball.targets @@ -25,6 +25,8 @@ Project="SourceBuild.Tarball.DestructiveCleanup.targets" Condition="'$(DestructiveIntermediateClean)' == 'true'"/> + + $([MSBuild]::NormalizeDirectory('$(TarballRoot)')) @@ -151,23 +153,39 @@ Include="$(ProjectDir)support/tarball/build.sh" RelativeDestination="build.sh" /> - - - + + + + $(ArtifactsDir)support\smoke-testNuGet.Config + + + + + + + + + diff --git a/support/tarball/smoke-testNuGet.Config b/support/tarball/smoke-testNuGet.Config deleted file mode 100644 index afbad0b55e..0000000000 --- a/support/tarball/smoke-testNuGet.Config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - -