Skip to content

Commit 8c28ff3

Browse files
authored
update monitor to target '*' instead of azure-* (Azure#14985)
1 parent 4762e58 commit 8c28ff3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ parameters:
3232
- name: DevFeedName
3333
type: string
3434
default: public/azure-sdk-for-python
35+
- name: BuildTargetingString
36+
type: string
37+
default: azure-*
38+
3539

3640
stages:
3741
- stage: Build
@@ -46,6 +50,7 @@ stages:
4650
SkipPythonVersion: ${{ parameters.SkipPythonVersion }}
4751
AdditionalTestMatrix: ${{ parameters.AdditionalTestMatrix }}
4852
DevFeedName: ${{ parameters.DevFeedName }}
53+
BuildTargetingString: ${{ parameters.BuildTargetingString }}
4954

5055
# The Prerelease and Release stages are conditioned on whether we are building a pull request and the branch.
5156
- ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}:

sdk/monitor/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ extends:
2727
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
2828
parameters:
2929
ServiceDirectory: monitor
30+
BuildTargetingString: '*'
3031
Artifacts:
3132
- name: azure_mgmt_monitor
3233
safeName: azuremgmtmonitor

0 commit comments

Comments
 (0)