Skip to content

Added CoreCLR 2.0 build target. Compile issues fixed. #519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Sep 21, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
appveyor.yml yaml syntax fix.
  • Loading branch information
dse committed Aug 20, 2017
commit 2dc1b472c9af1d6dd2d60d30d33e7888264372b1
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ environment:
- PYTHON_VERSION: 3.4
- PYTHON_VERSION: 3.5
- PYTHON_VERSION: 3.6
- PYTHON_VERSION: 2.7
BUILD_OPTS:--xplat
- PYTHON_VERSION: 2.7
BUILD_OPTS: --xplat
- PYTHON_VERSION: 3.3
BUILD_OPTS:--xplat
BUILD_OPTS: --xplat
- PYTHON_VERSION: 3.4
BUILD_OPTS:--xplat
BUILD_OPTS: --xplat
- PYTHON_VERSION: 3.5
BUILD_OPTS:--xplat
BUILD_OPTS: --xplat
- PYTHON_VERSION: 3.6
BUILD_OPTS:--xplat
BUILD_OPTS: --xplat

init:
# Update Environment Variables based on matrix/platform
Expand Down