@@ -3,7 +3,7 @@ environment:
33
44# Do not insert any code under here without making sures it's in publishingtest first
55os :
6- - Visual Studio 2015
6+ - Visual Studio 2017
77
88platform :
99 - x64
@@ -13,14 +13,14 @@ services:
1313
1414install :
1515 - choco install -y memcached
16- - ps : Install-Product node 6.9.5
16+ - ps : Install-Product node 10
1717 - npm install
1818
1919test_script :
2020 - node --version
2121 - npm --version
2222 - npm test
23- - curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io- connector-publishingtest/master/ scripts/package .sh
23+ - curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/ connector-submodules/ scripts/connector/publish-connector .sh
2424 - bash package.sh
2525 - For /d %%d in ( build\** ) do MOVE %%d %cd%
2626
@@ -31,29 +31,18 @@ artifacts:
3131 - path : ' **\*.zip'
3232
3333deploy :
34- - provider : S3
35- access_key_id :
36- secure : zIKwOEzh56IXWlpXWMDwjC9Dqz58ZifBBQUZ43wDQWs=
37- secret_access_key :
38- secure : br3dL6aFlkMBeqdXSeXfKeZmjyZl1OGD9STaUiGXsWic50DEqedx24C0LipYJqYI
39- bucket : ds-server-artifacts
40- folder : $(APPVEYOR_REPO_NAME)
41- on :
42- appveyor_repo_tag : false
43-
4434 - provider : GitHub
4535 release : $(APPVEYOR_REPO_TAG_NAME)
4636 description : ' Release description'
47- auth_token :
48- secure : tZHuiZVCwkXRYMihVyoNrmDxAm6xPbXyop7Plg5uUWIIqA1EoUCrTYd/V+0D1I+Y
37+ auth_token : ${GITHUB_TOKEN}
4938 artifact : ' deepstream.io-connector'
5039 draft : false
5140 on :
5241 appveyor_repo_tag : true
5342
5443after_deploy :
55- - curl -o test.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io- connector-publishingtest/master/ scripts/test.sh
44+ - curl -o test.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/ connector-submodules/ scripts/connector/ test-connector .sh
5645 - chmod 555 test.sh
5746 - bash test.sh
5847
59- build : off
48+ build : off
0 commit comments