Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
taori committed Feb 4, 2020
1 parent 509d10b commit 3ce885e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ trigger:
- features/*
- feature/*
- releases/*
- dev/*
paths:
include:
- src/*
Expand Down Expand Up @@ -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'

0 comments on commit 3ce885e

Please sign in to comment.