We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff48fcd commit f974265Copy full SHA for f974265
1 file changed
appveyor-release.yml
@@ -4,15 +4,6 @@ branches:
4
- master
5
- 0.7
6
configuration: Release
7
-init:
8
-- cmd: >-
9
- cd \
10
-
11
-@rem appveyor DownloadFile http://dl.google.com/android/android-sdk_r24.3.4-windows.zip
12
13
-@rem 7z x android-sdk_r24.3.4-windows.zip > nul
14
15
- cd %APPVEYOR_BUILD_FOLDER%
16
assembly_info:
17
patch: true
18
file: '**\*AssemblyInfo.cs'
@@ -27,8 +18,6 @@ install:
27
28
19
./SetBuildEnv.ps1
29
20
30
-# ./UpdateAndroidSdk.cmd
31
32
21
cd ..
33
22
build_script:
34
23
- ps: >-
0 commit comments