From f400d98ff2ba85d537fecb6d8d1d044a29d089d9 Mon Sep 17 00:00:00 2001 From: Jeavon Date: Sun, 15 Nov 2015 12:28:39 +0000 Subject: [PATCH] Missing spaces Former-commit-id: f68026d31098d2292ad59a3934a690892e72daa6 Former-commit-id: 9dc4c7c265a5fa4f2aa40a834bd810a476e6dbc7 Former-commit-id: 21678914c236383693e879718738a43b91b1c2e7 --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 166dfb358..cc2ba9139 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,17 +6,23 @@ install: before_build: - cmd: >- dnvm install 1.0.0-beta8 -r clr + dnvm install 1.0.0-beta8 -r coreclr -arch x64 -a x64 + dnvm use 1.0.0-beta8 -r coreclr -a x64 dnvm list dnu restore src\ImageProcessor + dnu restore tests\ImageProcessor.Tests cd build + npm install + node aspnet5-version.js + cd.. build: project: ImageProcessor.sln @@ -24,7 +30,9 @@ build: test_script: - cmd: >- dnvm use 1.0.0-beta8 -r coreclr -a x64 + cd tests/ImageProcessor.Tests + dnx test artifacts: - path: artifacts\bin\ImageProcessor\**\*.nupkg \ No newline at end of file