diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc9f6be..8504666 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,6 +7,7 @@ trigger: - features/* - feature/* - releases/* + - dev/* paths: include: - src/* @@ -136,4 +137,4 @@ jobs: condition: and(succeeded(), eq(variables['BUILD_PUBLISH_ARTIFACTS'],'True')) inputs: artifactName: 'nupkg' - targetPath: '$(Build.ArtifactStagingDirectory)\nupkg' + targetPath: '$(Build.ArtifactStagingDirectory)\nupkg' \ No newline at end of file