Skip to content

Commit 06eac67

Browse files
committed
ci: update appveyor.yml
1 parent fd45b09 commit 06eac67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
environment:
1515
GH_TOKEN:
1616
secure: 0NJdORJRFjpB0dwUYv7bVNsbkldkoBhnvWik/CTOwAF/k9kP+/uTWMFnDcpEpt8E
17-
donetsdk: 3.0.100-preview8-013656
17+
donetsdk: 3.0.100-rc1-014190
1818
init:
1919
- cmd: git config --global core.autocrlf true
2020
install:
@@ -28,7 +28,7 @@ install:
2828
- sh: sudo apt -y install nuget
2929
- sh: nuget install GitVersion.CommandLine -ExcludeVersion
3030
- sh: mono GitVersion.CommandLine/tools/GitVersion.exe /l console /output buildserver
31-
- ps: if ($isWindows) { .\dotnet-install.ps1 -Version 3.0.100-preview8-013656 }
31+
- ps: if ($isWindows) { .\dotnet-install.ps1 -Version 3.0.100-rc1-014190 }
3232
- cmd: nuget install redis-64 -excludeversion
3333
- cmd: redis-64\tools\redis-server.exe --service-install
3434
- cmd: redis-64\tools\redis-server.exe --service-start

0 commit comments

Comments
 (0)