forked from nozzlegear/ShopifySharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
44 lines (44 loc) · 1.39 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
version: 4.0.{build}
image: Visual Studio 2017
environment:
SHOPIFYSHARP_API_KEY:
secure: uF/ZRFFV19rv9tyOtspau/SpzMLQaGFWgBYge7kRC4vk/HHRxKda7BaNi46QhzN/
SHOPIFYSHARP_SECRET_KEY:
secure: 36pbnnyMdnyPXqzIPVTMNzv8qAzEUs/f7LaheBMCsZHC7EO11llgiMPCwHPhtms4
SHOPIFYSHARP_ACCESS_TOKEN:
secure: Lt70HrGBrQwKIFWE13zFZRGGwRoPKi1VKjtqBzuR3rdz3w6zD1YXXXe/Zb7xaqX+
SHOPIFYSHARP_MY_SHOPIFY_URL:
secure: aWjxVhXImxXX98GcYDmAbGVDxZk9kRaMKGnhm0CLuJ0aFYs0OMNaJOqyT8S4sh9P
build_script:
- ps: ./scripts/build.ps1
test_script:
- ps: ./scripts/test.ps1
artifacts:
- path: ShopifySharp/bin/Release/netstandard1.4
name: netstandard16
- path: ShopifySharp/bin/Release/net45
name: net461
skip_commits:
message: /\[skip\]/
files:
- readme.md
- LICENSE
- .gitignore
- .vscode/*
- changelog.md
deploy:
# - provider: NuGet
# api_key:
# secure: uUJ91Fu+H69EdZ8RTYIa7G7UufCgCw1UXfZ2jAOEWJfKi8KNwDTFYaEDQCJS9xOc
# on:
# branch: master
# appveyor_repo_tag: true
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
description: "Automated AppVeyor release for ShopifySharp v$(APPVEYOR_REPO_TAG_NAME). Check [changelog.md](https://github.com/nozzlegear/shopifysharp/blob/master/changelog.md) for a list of changes."
auth_token:
secure: OS2yhg1H8KSYenGLlIIvVgsxU1xjtmNRjxrUBuwiWltI3JlvTmaBFijVINnGclbp
artifact: ShopifySharp.nupkg
on:
branch: master
appveyor_repo_tag: true