You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/pipelines/templates/steps/analyze.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ parameters:
6
6
TestPipeline: false
7
7
VerifyAutorest: false
8
8
ValidateFormatting: false
9
+
GenerateApiReviewForManualOnly: false
9
10
10
11
# The variable TargetingString is set by template `eng/pipelines/templates/steps/targeting-string-resolve.yml`. This template is invoked from yml files:
Copy file name to clipboardExpand all lines: sdk/ml/ci.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ extends:
31
31
ValidateFormatting: true
32
32
TestTimeoutInMinutes: 75
33
33
TestProxy: true
34
+
# This is a short term solution to create API review for python azure-ml package only when running pipeline manually
35
+
# Long term solution should be to have different versions on main branch and release branch for python package so APIView can have different revisions for each version.
0 commit comments