Skip to content

Commit 3ce885e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 509d10b commit 3ce885e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ trigger:
77
- features/*
88
- feature/*
99
- releases/*
10+
- dev/*
1011
paths:
1112
include:
1213
- src/*
@@ -136,4 +137,4 @@ jobs:
136137
condition: and(succeeded(), eq(variables['BUILD_PUBLISH_ARTIFACTS'],'True'))
137138
inputs:
138139
artifactName: 'nupkg'
139-
targetPath: '$(Build.ArtifactStagingDirectory)\nupkg'
140+
targetPath: '$(Build.ArtifactStagingDirectory)\nupkg'

0 commit comments

Comments
 (0)