Commit 73a306e2fa

Andrew Kelley <superjoe30@gmail.com>
2018-03-03 23:44:41
fix conflict artifact accidentally in appveyor script
1 parent 7ee1b88
Changed files (1)
ci
ci/appveyor/build_script.bat
@@ -17,7 +17,6 @@ SET "ZIGPREFIXPATH=%APPVEYOR_BUILD_FOLDER%\llvm+clang-6.0.0-win64-msvc-release"
 
 call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
 call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
->>>>>>> origin/master
 
 mkdir %ZIGBUILDDIR%
 cd %ZIGBUILDDIR%