Skip to content

Commit 7399e4d

Browse files
committed
Trying to get appveyor to build
1 parent cce344b commit 7399e4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1.3.{build}
2-
image: Visual Studio 2017 RC
2+
image: Visual Studio 2017
33
assembly_info:
44
patch: true
55
file: '**\AssemblyInfo.*'
@@ -10,15 +10,15 @@ environment:
1010
VisualStudioVersion: 15
1111
build_script:
1212
- cmd: >-
13-
set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;%PATH%
13+
#set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;%PATH%
1414
1515
1616
git submodule update --init --recursive
1717
1818
1919
nuget restore
20-
21-
msbuild
20+
dotnet restore
21+
dotnet msbuild
2222
after_test:
2323
- cmd: >-
2424
nuget pack %appveyor_project_name%.Core/%appveyor_project_name%.Core.csproj -version %appveyor_build_version% -Symbols

0 commit comments

Comments
 (0)