From 4d8c6ab2ad7cf024b904adc9cdea117ebc27033e Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Wed, 30 Jun 2021 22:21:38 -0400 Subject: [PATCH] [ArPow] Add xliff-tasks to arpow tarball (#11022) Fixes: https://github.com/dotnet/source-build/issues/2270 --- eng/SourceBuild.Version.Details.xml | 5 +++++ .../tarball/content/repos/known-good.proj | 1 + .../tarball/content/repos/xliff-tasks.proj | 15 +-------------- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/eng/SourceBuild.Version.Details.xml b/eng/SourceBuild.Version.Details.xml index 36f66983a..383597b36 100644 --- a/eng/SourceBuild.Version.Details.xml +++ b/eng/SourceBuild.Version.Details.xml @@ -39,5 +39,10 @@ 4b584dbc392bb1aad49c2eb1ab84d8b489b6dccc + + https://github.com/dotnet/xliff-tasks + 71c811561ad4dcf46825a5077fbcc668ab74754f + + diff --git a/src/SourceBuild/tarball/content/repos/known-good.proj b/src/SourceBuild/tarball/content/repos/known-good.proj index 291e1a29c..cb1166618 100644 --- a/src/SourceBuild/tarball/content/repos/known-good.proj +++ b/src/SourceBuild/tarball/content/repos/known-good.proj @@ -34,6 +34,7 @@ + diff --git a/src/SourceBuild/tarball/content/repos/xliff-tasks.proj b/src/SourceBuild/tarball/content/repos/xliff-tasks.proj index dff8b1b16..9f063dcf4 100644 --- a/src/SourceBuild/tarball/content/repos/xliff-tasks.proj +++ b/src/SourceBuild/tarball/content/repos/xliff-tasks.proj @@ -2,15 +2,7 @@ - pack - $(BuildCommandArgs) $(ProjectDirectory)src\XliffTasks\XliffTasks.csproj - $(BuildCommandArgs) /v:$(LogVerbosity) - $(BuildCommandArgs) /flp:Verbosity=Diag - $(BuildCommandArgs) /bl - $(BuildCommandArgs) /p:TreatWarningsAsErrors=false - $(BuildCommandArgs) $(RedirectRepoOutputToLog) - - $(DotnetToolCommand) $(BuildCommandArgs) + $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) false true @@ -18,15 +10,10 @@ true $(ProjectDirectory)NuGet.config - $(SourceBuiltPackagesPath) - $(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath) - $(EnvironmentRestoreSources)%3Bhttps://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json - -