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 | 8c613260fdcccebaa6ba25d0fae237a5efd7a902 (patch) | |
tree | 3a5f4a203b5a0a48b8142f79e9c3092f453e7632 | |
parent | 38c56ac6cff93a19d789149d4d1b88e211e9ec08 (diff) | |
download | timeline-8c613260fdcccebaa6ba25d0fae237a5efd7a902.tar.gz timeline-8c613260fdcccebaa6ba25d0fae237a5efd7a902.tar.bz2 timeline-8c613260fdcccebaa6ba25d0fae237a5efd7a902.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: |