We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b153b4 commit 107a88bCopy full SHA for 107a88b
1 file changed
appveyor.yml
@@ -1,4 +1,4 @@
1
-os: Visual Studio 2017
+os: Visual Studio 2018
2
build: off
3
4
environment:
@@ -8,7 +8,7 @@ environment:
8
secure: x41DSerLXKgGVbKIokF+zuR3eNRVJXsgJA6j5yggnCB8/TTyYfa/2euNflfGzCot
9
10
install:
11
- - cmd: curl -fsS -o consul.zip https://releases.hashicorp.com/consul/1.0.2/consul_1.0.2_windows_amd64.zip
+ - cmd: curl -fsS -o consul.zip https://releases.hashicorp.com/consul/1.4.4/consul_1.4.4_windows_amd64.zip
12
- cmd: 7z x consul.zip -o"C:\Consul" -y > nul
13
- ps: $MyProcess = Start-Process C:\Consul\consul.exe -ArgumentList "agent -server -log-level err -bootstrap-expect 1 -data-dir C:\Consul\Data -advertise=127.0.0.1" -PassThru
14
0 commit comments