We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 791388d + a943b59 commit 4375c3dCopy full SHA for 4375c3d
.appveyor.yml
@@ -54,8 +54,8 @@ build_script:
54
55
after_build:
56
- 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" &&
+ if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" (
+ echo "Tag and MSVC 2015 detected. Package will be built and md5 will be generated" &&
59
nmake package &&
60
..\scripts\write-md5.bat
61
)
0 commit comments