You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ju...@apache.org on 2017/07/25 00:38:56 UTC

reef git commit: [CI] Switch AppVeyor from Debug to Release builds

Repository: reef
Updated Branches:
  refs/heads/master 184e4d954 -> 33a96c17d


[CI] Switch AppVeyor from Debug to Release builds

This closes #1340


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/33a96c17
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/33a96c17
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/33a96c17

Branch: refs/heads/master
Commit: 33a96c17d225f149762f654b4bc4904529da0880
Parents: 184e4d9
Author: Mariia Mykhailova <mi...@gmail.com>
Authored: Fri Jul 21 08:43:41 2017 -0700
Committer: Julia Wang <ju...@apache.org>
Committed: Mon Jul 24 17:36:08 2017 -0700

----------------------------------------------------------------------
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/33a96c17/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index ae56572..c882e23 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,7 +23,7 @@ os:
  - Visual Studio 2017
 
 platform: x64
-configuration: Debug
+configuration: Release
 
 cache:
   - .\lang\cs\packages
@@ -34,10 +34,10 @@ install:
   - ps: .\dev\appveyor-install-dependencies.ps1
 
 build_script:
-  - cmd: msbuild .\lang\cs\Org.Apache.REEF.sln /p:Configuration="Debug" /p:Platform="x64" /m
+  - cmd: msbuild .\lang\cs\Org.Apache.REEF.sln /p:Configuration="Release" /p:Platform="x64" /m
 
 test_script:
-  - cmd: msbuild .\lang\cs\TestRunner.proj /p:Configuration="Debug" /p:Platform="x64"
+  - cmd: msbuild .\lang\cs\TestRunner.proj /p:Configuration="Release" /p:Platform="x64"
 
 after_build:
   - ps: .\bin\AnalyzeClrCompatibility.ps1