Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions sdk/applicationinsights/ci.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
trigger:
branches:
include:
- main
- hotfix/*
- release/*
paths:
include:
- sdk/applicationinsights/
exclude:
- sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/

pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/applicationinsights/
exclude:
- sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/
trigger: none

extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down
6 changes: 6 additions & 0 deletions sdk/applicationinsights/service.projects
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<ItemGroup>
<!-- Remove deprecated track 1 packages from builds and live testing. -->
<ProjectReference Remove="$(MSBuildThisFileDirectory)Microsoft.Azure.ApplicationInsights*\**\*.csproj" />
</ItemGroup>
</Project>
25 changes: 1 addition & 24 deletions sdk/operationalinsights/ci.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
- main
- hotfix/*
- release/*
paths:
include:
- sdk/operationalinsights/
exclude:
- sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/

pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/operationalinsights/
exclude:
- sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/
trigger: none

extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down
6 changes: 6 additions & 0 deletions sdk/operationalinsights/service.projects
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<ItemGroup>
<!-- Remove deprecated track 1 packages from builds and live testing. -->
<ProjectReference Remove="$(MSBuildThisFileDirectory)Microsoft.Azure.OperationalInsights*\**\*.csproj" />
</ItemGroup>
</Project>