From a26f3594e71c4638b6654807b65614e0599b2b81 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Thu, 1 Jul 2021 15:32:30 -0500 Subject: [PATCH] [ArPow] Add cliCommandLineParser repo to arpow tarball (#11027) --- eng/SourceBuild.Version.Details.xml | 5 ++++ .../content/repos/clicommandlineparser.proj | 23 +++---------------- .../tarball/content/repos/known-good.proj | 1 + 3 files changed, 9 insertions(+), 20 deletions(-) diff --git a/eng/SourceBuild.Version.Details.xml b/eng/SourceBuild.Version.Details.xml index c2a377b07..641734b15 100644 --- a/eng/SourceBuild.Version.Details.xml +++ b/eng/SourceBuild.Version.Details.xml @@ -17,6 +17,11 @@ 6a46e7c886cdf499ba3433f665ab417be814135e + + https://github.com/dotnet/clicommandlineparser + 3198bf5660cad3dab85f5475bf1fda9688146e3f + + https://github.com/dotnet/command-line-api 5e855e911de7c56fe28400c4500e888fe2a3da8e diff --git a/src/SourceBuild/tarball/content/repos/clicommandlineparser.proj b/src/SourceBuild/tarball/content/repos/clicommandlineparser.proj index abd476804..e31100ea8 100644 --- a/src/SourceBuild/tarball/content/repos/clicommandlineparser.proj +++ b/src/SourceBuild/tarball/content/repos/clicommandlineparser.proj @@ -1,31 +1,14 @@ - - - CliCommandLineParser - - - - $(FlagParameterPrefix)pack $(FlagParameterPrefix)configuration $(Configuration) - $(BuildCommandArgs) --projects $(ProjectDirectory)CommandLine.sln - $(BuildCommandArgs) $(FlagParameterPrefix)restore - - true - $(BuildCommandArgs) -v $(LogVerbosity) - $(BuildCommandArgs) -bl - $(BuildCommandArgs) -ci + $(StandardSourceBuildArgs) -v $(LogVerbosity) + $(StandardSourceBuildCommand) $(BuildCommandArgs) - $(BuildCommandArgs) /p:DotNetPackageVersionPropsPath=$(PackageVersionPropsPath) - - $(ProjectDirectory)build$(ShellExtension) $(BuildCommandArgs) - false $(ProjectDirectory)global.json - - false $(ProjectDirectory)NuGet.config + false diff --git a/src/SourceBuild/tarball/content/repos/known-good.proj b/src/SourceBuild/tarball/content/repos/known-good.proj index f81f8d67c..3d236f902 100644 --- a/src/SourceBuild/tarball/content/repos/known-good.proj +++ b/src/SourceBuild/tarball/content/repos/known-good.proj @@ -31,6 +31,7 @@ +