Skip to content

Commit 804e6fb

Browse files
committed
Change build path
1 parent 448aacf commit 804e6fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@ environment:
1010
VisualStudioVersion: 15
1111
build_script:
1212
- cmd: >-
13-
set PATH=C:\Program Files (x86)\MSBuild\14.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
2020
21-
22-
dotnet build
21+
msbuild
2322
after_test:
2423
- cmd: >-
2524
nuget pack %appveyor_project_name%.Core/%appveyor_project_name%.Core.csproj -version %appveyor_build_version% -Symbols

0 commit comments

Comments
 (0)