Skip to content

Commit 88ccd3b

Browse files
committed
fix appveyor.yml
1 parent c3c2d4f commit 88ccd3b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

GodSharp.SerialPort.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26403.0
4+
VisualStudioVersion = 15.0.26403.3
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A9C28F7F-0F11-4E92-B31A-BF950A54F863}"
77
EndProject
@@ -18,6 +18,7 @@ EndProject
1818
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{29956551-411E-4631-A3E3-397100FCD8B8}"
1919
ProjectSection(SolutionItems) = preProject
2020
.gitignore = .gitignore
21+
appveyor.yml = appveyor.yml
2122
LICENSE = LICENSE
2223
README.md = README.md
2324
EndProjectSection

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ image: Visual Studio 2017
66
configuration: Release
77
platform: Any CPU
88
clone_folder: c:\projects\godsharp.serialport
9+
init:
10+
- cmd: nuget restore
911
nuget:
1012
account_feed: true
1113
project_feed: true

0 commit comments

Comments
 (0)