Skip to content

Commit

Permalink
Move ADO pipelines from hosted pool to 1ES
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Mar 15, 2024
1 parent dca165d commit 9366da1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
8 changes: 3 additions & 5 deletions .azure-devops/build-all-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ trigger: none # Disable dev and main branches.
name: $(FileVersion).$(Year:yy)$(DayOfYear).$(Rev:r)

pool:
name: HostedDVO
demands:
- agent.name -equals Hosted-FluentUI

name: Fluent-Blazor-1ESPT

extends:
template: common/template-to-build-projects.yml
parameters:
Expand All @@ -22,4 +20,4 @@ extends:
**/Microsoft.FluentUI.AspNetCore.Templates.csproj
**/Microsoft.FluentUI.AspNetCore.Components.DataGrid.EntityFrameworkAdapter.csproj
Tests: |
**/Microsoft.FluentUI.AspNetCore.Components.Tests.csproj
**/Microsoft.FluentUI.AspNetCore.Components.Tests.csproj
8 changes: 2 additions & 6 deletions .azure-devops/build-core-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ trigger:
# Build.BuildNumber (see versioning.yml)
name: $(FileVersion).$(Year:yy)$(DayOfYear).$(Rev:r)

# pool:
# vmImage: 'windows-2022'
pool:
name: HostedDVO
demands:
- agent.name -equals Hosted-FluentUI

name: Fluent-Blazor-1ESPT

extends:
template: common/template-to-build-projects.yml
parameters:
Expand Down
7 changes: 1 addition & 6 deletions .azure-devops/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ trigger:
# Build.BuildNumber (see versioning.yml)
name: $(FileVersion).$(Year:yy)$(DayOfYear).$(Rev:r)

# pool:
# vmImage: 'windows-2022'

pool:
name: HostedDVO
demands:
- agent.name -equals Hosted-FluentUI
name: Fluent-Blazor-1ESPT

extends:
template: common/template-to-build-projects.yml
Expand Down

0 comments on commit 9366da1

Please sign in to comment.