Skip to content

Commit 0bd1f80

Browse files
committed
tweaks to appveyor.yml to get it building
1 parent 18a3e69 commit 0bd1f80

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: '{build}'
22

3+
os: Visual Studio 2015
4+
35
branches:
46
only:
57
- master
@@ -88,7 +90,7 @@ install:
8890
8991
assembly_info:
9092
patch: true
91-
file: LibGit2Sharp\Properties\AssemblyInfo.cs
93+
file: LibGit2Sharp.Shared\Properties\AssemblyInfo.cs
9294
assembly_version: '$(VERSION)'
9395
assembly_file_version: '$(VERSION)'
9496
assembly_informational_version: '$(ASSEMBLY_INFORMATIONAL_VERSION)'
@@ -98,7 +100,7 @@ cache:
98100

99101
before_build:
100102
- ps: |
101-
lib\nuget\nuget.exe restore "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln"
103+
& "$Env:APPVEYOR_BUILD_FOLDER\lib\nuget\nuget.exe" restore "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln"
102104
103105
build_script:
104106
- ps: |

0 commit comments

Comments
 (0)