1
- version : 3.0.0 .{build}
1
+ version : 3.0.1 .{build}
2
2
3
3
os : Visual Studio 2019
4
4
@@ -9,7 +9,7 @@ configuration: Release
9
9
10
10
environment :
11
11
# Version Suffix
12
- version_suffix : beta3
12
+ version_suffix : alpha
13
13
14
14
install :
15
15
- ps : .\build\appveyor-semver.ps1
@@ -23,12 +23,12 @@ install:
23
23
node appveyor-nuspec-patch.js
24
24
25
25
cd..
26
- - ps : >-
27
- $msiPath = "$($env:USERPROFILE)\MicrosoftAzureStorageEmulator.msi"
26
+ # - ps: >-
27
+ # $msiPath = "$($env:USERPROFILE)\MicrosoftAzureStorageEmulator.msi"
28
28
29
- (New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/F/3/8/F3857A38-D344-43B4-8E5B-2D03489909B9/MicrosoftAzureStorageEmulator.msi', $msiPath)
29
+ # (New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/F/3/8/F3857A38-D344-43B4-8E5B-2D03489909B9/MicrosoftAzureStorageEmulator.msi', $msiPath)
30
30
31
- cmd /c start /wait msiexec /i $msiPath /quiet
31
+ # cmd /c start /wait msiexec /i $msiPath /quiet
32
32
33
33
assembly_info :
34
34
patch : true
@@ -44,9 +44,10 @@ build_script:
44
44
cd..
45
45
46
46
before_test :
47
- - cmd : ' "%programfiles(x86)%\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" start'
48
- # Turn tests off just now
49
- test : on
47
+ - cmd : >-
48
+ npm install -g azurite
49
+ - ps : >-
50
+ Start-Process azurite-blob.cmd -PassThru
50
51
51
52
artifacts :
52
53
- path : artifacts\*.nupkg
@@ -63,17 +64,6 @@ deploy:
63
64
on :
64
65
branch : develop-version-3
65
66
66
- # GitHub Deployment for releases -v3
67
- - provider : GitHub
68
- auth_token :
69
- secure : Kucu1gQQf8bjRlkR72fyZUiUtmkz7rtZEIgK/RMT1pMnq700m5sSQTiFHOSQUdR5
70
- artifact : /.*\.zip/ # upload all Zip packages to release assets
71
- draft : false
72
- prerelease : false
73
- on :
74
- branch : main-version-3
75
- appveyor_repo_tag : true # deploy on tag push only
76
-
77
67
# NuGet Deployment for releases - v3
78
68
- provider : NuGet
79
69
server :
@@ -94,17 +84,6 @@ deploy:
94
84
on :
95
85
branch : develop-version-2
96
86
97
- # GitHub Deployment for releases -v2
98
- - provider : GitHub
99
- auth_token :
100
- secure : Kucu1gQQf8bjRlkR72fyZUiUtmkz7rtZEIgK/RMT1pMnq700m5sSQTiFHOSQUdR5
101
- artifact : /.*\.zip/ # upload all Zip packages to release assets
102
- draft : false
103
- prerelease : false
104
- on :
105
- branch : master-version-2
106
- appveyor_repo_tag : true # deploy on tag push only
107
-
108
87
# NuGet Deployment for releases - v2
109
88
- provider : NuGet
110
89
server :
@@ -125,17 +104,6 @@ deploy:
125
104
on :
126
105
branch : develop-version-1
127
106
128
- # GitHub Deployment for releases -v1
129
- - provider : GitHub
130
- auth_token :
131
- secure : Kucu1gQQf8bjRlkR72fyZUiUtmkz7rtZEIgK/RMT1pMnq700m5sSQTiFHOSQUdR5
132
- artifact : /.*\.zip/ # upload all Zip packages to release assets
133
- draft : false
134
- prerelease : false
135
- on :
136
- branch : main-version-1
137
- appveyor_repo_tag : true # deploy on tag push only
138
-
139
107
# NuGet Deployment for releases - v1
140
108
- provider : NuGet
141
109
server :
0 commit comments