Skip to content

Commit b62d6a0

Browse files
Create API review using eng common (Azure#15868)
1 parent d2ff478 commit b62d6a0

File tree

4 files changed

+2
-124
lines changed

4 files changed

+2
-124
lines changed

eng/pipelines/templates/jobs/archetype-sdk-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
BuildDocs: ${{ parameters.BuildDocs }}
6767
TestPipeline: ${{ parameters.TestPipeline }}
6868

69-
- template: /eng/pipelines/templates/steps/create-apireview.yml
69+
- template: /eng/common/pipelines/templates/steps/create-apireview.yml
7070
parameters:
7171
Artifacts: ${{ parameters.Artifacts }}
7272

eng/pipelines/templates/steps/create-apireview.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

eng/scripts/Create-APIReview.ps1

Lines changed: 0 additions & 102 deletions
This file was deleted.

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function Update-python-CIConfig($pkgs, $ciRepo, $locationInDocRepo, $monikerId=$
181181
}
182182

183183
# function is used to auto generate API View
184-
function Find-python-Artifacts-For-Apireview($artifactDir, $artifactName = "")
184+
function Find-python-Artifacts-For-Apireview($artifactDir, $artifactName)
185185
{
186186
# Find wheel file in given artifact directory
187187
# Make sure to pick only package with given artifact name

0 commit comments

Comments
 (0)