From 77d21f22f5410b9cfe719dc132ae2023458ac501 Mon Sep 17 00:00:00 2001 From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:37:50 -0700 Subject: [PATCH] Make License Pipeline not Source-Build Specific (#19201) --- ...{source-build-license-scan.yml => vmr-license-scan.yml} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename eng/pipelines/{source-build-license-scan.yml => vmr-license-scan.yml} (96%) diff --git a/eng/pipelines/source-build-license-scan.yml b/eng/pipelines/vmr-license-scan.yml similarity index 96% rename from eng/pipelines/source-build-license-scan.yml rename to eng/pipelines/vmr-license-scan.yml index d000dab72..1a79d9d32 100644 --- a/eng/pipelines/source-build-license-scan.yml +++ b/eng/pipelines/vmr-license-scan.yml @@ -68,8 +68,11 @@ jobs: matrix: $[ dependencies.Setup.outputs['GetMatrix.matrix'] ] steps: - - script: $(Build.SourcesDirectory)/prep-source-build.sh --no-artifacts --no-bootstrap --no-prebuilts --no-binary-removal - displayName: 'Install .NET SDK' + - script: | + source ./eng/common/tools.sh + InitializeDotNetCli true + displayName: Install .NET SDK + workingDirectory: $(Build.SourcesDirectory) - task: PipAuthenticate@1 displayName: 'Pip Authenticate'