forked from jfrog/jfrog-azure-devops-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
32 lines (28 loc) · 864 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
build: off
stack: node 8
skip_tags: true
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
VSTS_ARTIFACTORY_SKIP_TESTS: docker
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
VSTS_ARTIFACTORY_SKIP_TESTS: nuget
nodejs_version: "8"
VSTS_ARTIFACTORY_URL:
secure: RIh0gGFDn2JAnLUEEqLsQnZ5H3XFWg1s+Qq8Z4i+Xu+FtQf6Tsu2AnfY4/6AaXJ8
VSTS_ARTIFACTORY_USERNAME:
secure: YEB5Wiv9a2vNpUhy+MfL+A==
VSTS_ARTIFACTORY_PASSWORD:
secure: Um8o75MQIieSavIemF4ySA==
VSTS_ARTIFACTORY_DOCKER_DOMAIN:
secure: ppjr6mrLIKXVptLX8WPOlffTwOLtRIoaIpsVEvmje/9mDtLojTqpwI9OIC5VZnx1
VSTS_ARTIFACTORY_DOCKER_REPO:
secure: UjixvF6E1Bp1p8zgPRLCVA==
install:
- npm i -g jfrog-cli-go
- npm i -g tfx-cli
test_script:
- node --version
- npm --version
- npm run create # Make sure that that the extension can be created
- npm t