mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	revert - copy over xml in mk-dist mode #4578
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a7b71239ae
								
							
						
					
					
						commit
						e8b5abe63e
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1714,8 +1714,6 @@ class DotNetDLLComponent(Component):
 | 
			
		|||
                        '%s.dll' % os.path.join(dist_path, INSTALL_BIN_DIR, self.dll_name))
 | 
			
		||||
            shutil.copy('%s.pdb' % os.path.join(build_path, self.dll_name),
 | 
			
		||||
                        '%s.pdb' % os.path.join(dist_path, INSTALL_BIN_DIR, self.dll_name))
 | 
			
		||||
            shutil.copy('%s.xml' % os.path.join(build_path, self.dll_name),
 | 
			
		||||
                        '%s.xml' % os.path.join(dist_path, INSTALL_BIN_DIR, self.dll_name))
 | 
			
		||||
            shutil.copy('%s.deps.json' % os.path.join(build_path, self.dll_name),
 | 
			
		||||
                        '%s.deps.json' % os.path.join(dist_path, INSTALL_BIN_DIR, self.dll_name))
 | 
			
		||||
            if DEBUG_MODE:
 | 
			
		||||
| 
						 | 
				
			
			@ -1727,8 +1725,6 @@ class DotNetDLLComponent(Component):
 | 
			
		|||
            mk_dir(os.path.join(dist_path, INSTALL_BIN_DIR))
 | 
			
		||||
            shutil.copy('%s.dll' % os.path.join(build_path, self.dll_name),
 | 
			
		||||
                        '%s.dll' % os.path.join(dist_path, INSTALL_BIN_DIR, self.dll_name))
 | 
			
		||||
            shutil.copy('%s.xml' % os.path.join(build_path, self.dll_name),
 | 
			
		||||
                        '%s.xml' % os.path.join(dist_path, INSTALL_BIN_DIR, self.dll_name))
 | 
			
		||||
            shutil.copy('%s.deps.json' % os.path.join(build_path, self.dll_name),
 | 
			
		||||
                        '%s.deps.json' % os.path.join(dist_path, INSTALL_BIN_DIR, self.dll_name))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue