We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a3e69 commit 0bd1f80Copy full SHA for 0bd1f80
1 file changed
appveyor.yml
@@ -1,5 +1,7 @@
1
version: '{build}'
2
3
+os: Visual Studio 2015
4
+
5
branches:
6
only:
7
- master
@@ -88,7 +90,7 @@ install:
88
90
89
91
assembly_info:
92
patch: true
- file: LibGit2Sharp\Properties\AssemblyInfo.cs
93
+ file: LibGit2Sharp.Shared\Properties\AssemblyInfo.cs
94
assembly_version: '$(VERSION)'
95
assembly_file_version: '$(VERSION)'
96
assembly_informational_version: '$(ASSEMBLY_INFORMATIONAL_VERSION)'
@@ -98,7 +100,7 @@ cache:
98
100
99
101
before_build:
102
- ps: |
- 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"
104
105
build_script:
106
0 commit comments