Skip to content

Commit

Permalink
Add Ref verification to aggregate report pipeline (Azure#10364)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Aug 20, 2020
1 parent f5a01e7 commit 26b01da
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions eng/pipelines/aggregate-reports.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
trigger: none

pr:
branches:
include:
- master
paths:
include:
- eng/pipelines/aggregate-reports.yml

jobs:
- job: 'ValidateDependencies'

Expand Down Expand Up @@ -36,3 +46,10 @@ jobs:
storage: azuresdkartifacts
containerName: 'azure-sdk-for-js'
blobPrefix: dependencies

- task: PowerShell@2
displayName: "Verify Repository Resource Refs"
inputs:
pwsh: true
workingDirectory: $(Build.SourcesDirectory)
filePath: eng/common/scripts/Verify-Resource-Ref.ps1

0 comments on commit 26b01da

Please sign in to comment.