diff options
author | crupest <crupest@outlook.com> | 2019-03-14 21:24:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-14 21:24:00 +0800 |
commit | 1fc9f877760fa78da57ec22c08c5d6e9e194fafe (patch) | |
tree | 47b6d0e5b566256c31c3360cb99d370e65ffb04a | |
parent | d03bc77edbff574dbb3b0206b3c4953b09598beb (diff) | |
download | timeline-1fc9f877760fa78da57ec22c08c5d6e9e194fafe.tar.gz timeline-1fc9f877760fa78da57ec22c08c5d6e9e194fafe.tar.bz2 timeline-1fc9f877760fa78da57ec22c08c5d6e9e194fafe.zip |
Add feed.
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 905dffa0..ab4e3486 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,9 @@ trigger: - master +variables: + ArtifactFeed: NodeModules + jobs: - job: FrontEnd pool: |