| 
														
															@@ -23,6 +23,8 @@ if [[ "${SHOULD_BUILD}" == "yes" ]]; then 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   if [[ "${OS_NAME}" == "osx" ]]; then 
														 | 
														
														 | 
														
															   if [[ "${OS_NAME}" == "osx" ]]; then 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     yarn gulp "vscode-darwin-${VSCODE_ARCH}-min-ci" 
														 | 
														
														 | 
														
															     yarn gulp "vscode-darwin-${VSCODE_ARCH}-min-ci" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    find "../VSCode-darwin-${VSCODE_ARCH}" -exec touch {} \; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     VSCODE_PLATFORM="darwin" 
														 | 
														
														 | 
														
															     VSCODE_PLATFORM="darwin" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   elif [[ "${OS_NAME}" == "windows" ]]; then 
														 | 
														
														 | 
														
															   elif [[ "${OS_NAME}" == "windows" ]]; then 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     . ../build/windows/rtf/make.sh 
														 | 
														
														 | 
														
															     . ../build/windows/rtf/make.sh 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -58,6 +60,8 @@ if [[ "${SHOULD_BUILD}" == "yes" ]]; then 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   else # linux 
														 | 
														
														 | 
														
															   else # linux 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     yarn gulp "vscode-linux-${VSCODE_ARCH}-min-ci" 
														 | 
														
														 | 
														
															     yarn gulp "vscode-linux-${VSCODE_ARCH}-min-ci" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    find "../VSCode-linux-${VSCODE_ARCH}" -exec touch {} \; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     if [[ "${SKIP_LINUX_PACKAGES}" != "True" ]]; then 
														 | 
														
														 | 
														
															     if [[ "${SKIP_LINUX_PACKAGES}" != "True" ]]; then 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if [[ "${SHOULD_BUILD_DEB}" != "no" || "${SHOULD_BUILD_APPIMAGE}" != "no" ]]; then 
														 | 
														
														 | 
														
															       if [[ "${SHOULD_BUILD_DEB}" != "no" || "${SHOULD_BUILD_APPIMAGE}" != "no" ]]; then 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         yarn gulp "vscode-linux-${VSCODE_ARCH}-build-deb" 
														 | 
														
														 | 
														
															         yarn gulp "vscode-linux-${VSCODE_ARCH}-build-deb" 
														 |