Skip to content

Commit 4375c3d

Browse files
committed
Merge branch 'r11' of https://github.com/xtalopt/xtalopt into r11
2 parents 791388d + a943b59 commit 4375c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ build_script:
5454

5555
after_build:
5656
- if %APPVEYOR_REPO_TAG% equ true (
57-
if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" (
58-
echo "Tag and MSVC 2017 detected. Package will be built and md5 will be generated" &&
57+
if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" (
58+
echo "Tag and MSVC 2015 detected. Package will be built and md5 will be generated" &&
5959
nmake package &&
6060
..\scripts\write-md5.bat
6161
)

0 commit comments

Comments
 (0)