Browse Source

Missing spaces

Former-commit-id: ab3dc5163de1e72622e6a7e6c2dfb817ee0b3ca1
Former-commit-id: ae275854710cbadb38608eb208cc0c4b465fed00
Former-commit-id: 256f61228782c5b2da105593ebed2050493efe58
af/merge-core
Jeavon 11 years ago
parent
commit
7ff465fdc5
  1. 8
      appveyor.yml

8
appveyor.yml

@ -6,17 +6,23 @@ install:
before_build: before_build:
- cmd: >- - cmd: >-
dnvm install 1.0.0-beta8 -r clr dnvm install 1.0.0-beta8 -r clr
dnvm install 1.0.0-beta8 -r coreclr -arch x64 -a x64 dnvm install 1.0.0-beta8 -r coreclr -arch x64 -a x64
dnvm use 1.0.0-beta8 -r coreclr -a x64 dnvm use 1.0.0-beta8 -r coreclr -a x64
dnvm list dnvm list
dnu restore src\ImageProcessor dnu restore src\ImageProcessor
dnu restore tests\ImageProcessor.Tests dnu restore tests\ImageProcessor.Tests
cd build cd build
npm install npm install
node aspnet5-version.js node aspnet5-version.js
cd.. cd..
build: build:
project: ImageProcessor.sln project: ImageProcessor.sln
@ -24,7 +30,9 @@ build:
test_script: test_script:
- cmd: >- - cmd: >-
dnvm use 1.0.0-beta8 -r coreclr -a x64 dnvm use 1.0.0-beta8 -r coreclr -a x64
cd tests/ImageProcessor.Tests cd tests/ImageProcessor.Tests
dnx test dnx test
artifacts: artifacts:
- path: artifacts\bin\ImageProcessor\**\*.nupkg - path: artifacts\bin\ImageProcessor\**\*.nupkg
Loading…
Cancel
Save