Skip to content

Commit

Permalink
ci(Azure Pipelines): Fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Apr 6, 2024
1 parent d3fa12b commit a969218
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ trigger:
include:
- src/
- test/
pr:
branches:
include:
- main
paths:
include:
- src/
- test/
pr:
branches:
include:
- main
paths:
include:
- src/
- test/

strategy:
matrix:
Expand All @@ -39,7 +39,8 @@ variables:
steps:
- task: UseDotNet@2
displayName: Use .NET
useGlobalJson: true
inputs:
useGlobalJson: true

- task: DotNetCoreCLI@2
displayName: Build
Expand Down

0 comments on commit a969218

Please sign in to comment.