forked from Faithlife/System.Data.SQLite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
15 lines (15 loc) · 674 Bytes
/
Copy pathappveyor.yml
File metadata and controls
15 lines (15 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '{build}'
image:
- Visual Studio 2019
environment:
NUGET_API_KEY:
secure: /FLJCPNtLDyXDbw62wnY4tBc3kRJMPNbttutkzVhCdUDEmg9pjEBGZnBVpBTemKK
BUILD_BOT_PASSWORD:
secure: wJ9JVS5hSAp9ItYlHKxTPg==
build_script:
- cmd: .\build.cmd publish "--trigger=%APPVEYOR_REPO_TAG_NAME%" "--build-number=%APPVEYOR_BUILD_NUMBER%"
test: off
install:
- cmd: '"C:\Program Files (x86)\Android\android-sdk\tools\bin\sdkmanager.bat" --licenses < tools\yes.txt > nul'
- cmd: '"C:\Program Files (x86)\Android\android-sdk\tools\bin\sdkmanager.bat" --update'
- cmd: '"C:\Program Files (x86)\Android\android-sdk\tools\bin\sdkmanager.bat" "build-tools;27.0.3" "platforms;android-27"'