ci: Update azure pipelines

This commit is contained in:
kd-11 2020-09-01 00:18:57 +03:00
parent a97d7a7e23
commit fcac23837c

View File

@ -30,7 +30,8 @@ jobs:
mkdir glslang_out
cd glslang_out
xcopy "..\glslang_build\glslang\Release\glslang.lib" ".\" /E
xcopy "..\glslang_build\hlsl\Release\HLSL.lib" ".\" /E
xcopy "..\glslang_build\glslang\Release\GenericCodeGen.lib" ".\" /E
xcopy "..\glslang_build\glslang\Release\MachineIndependent.lib" ".\" /E
xcopy "..\glslang_build\OGLCompilersDLL\Release\OGLCompiler.lib" ".\" /E
xcopy "..\glslang_build\glslang\OSDependent\Windows\Release\OSDependent.lib" ".\" /E
xcopy "..\glslang_build\SPIRV\Release\SPIRV.lib" ".\" /E