From 649ee762b33be476d139537eed36cafea1dd2260 Mon Sep 17 00:00:00 2001 From: Jack Harrington <38191888+jack-cloud-platform@users.noreply.github.com> Date: Fri, 17 Jun 2022 12:44:11 +0100 Subject: [PATCH] Updating pipeline dependencies: das-platform-building-blocks to 0.4.61 (#111) --- azure-pipelines.yml | 7 ++----- pipeline-templates/job/code-build.yml | 2 -- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2d3a0079..a50b4475 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,10 +2,7 @@ trigger: batch: true branches: include: - - "*" - -pr: - - master + - "master" variables: - name: SolutionBaseName @@ -19,7 +16,7 @@ resources: - repository: das-platform-building-blocks type: github name: SkillsFundingAgency/das-platform-building-blocks - ref: refs/tags/0.4.34 + ref: refs/tags/0.4.61 endpoint: SkillsFundingAgency stages: diff --git a/pipeline-templates/job/code-build.yml b/pipeline-templates/job/code-build.yml index 5b81d41c..f1b326ee 100644 --- a/pipeline-templates/job/code-build.yml +++ b/pipeline-templates/job/code-build.yml @@ -20,8 +20,6 @@ jobs: parameters: SonarCloudProjectKey: SkillsFundingAgency_das-courses-api - - template: azure-pipelines-templates/build/step/dependency-check.yml@das-platform-building-blocks - - task: DotNetCoreCLI@2 displayName: Publish - dotnet publish ${{ parameters.SolutionBaseName }}.Api inputs: