mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-04 06:43:46 +00:00 
			
		
		
		
	Update csc.json
We changed the console logger's output to separate the outputted properties and the file path with a ">" symbol.
This commit is contained in:
		
							parent
							
								
									9121302136
								
							
						
					
					
						commit
						e987c38e7c
					
				
							
								
								
									
										2
									
								
								.github/csc.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/csc.json
									
									
									
									
										vendored
									
									
								
							@ -4,7 +4,7 @@
 | 
			
		||||
            "owner": "csc",
 | 
			
		||||
            "pattern": [
 | 
			
		||||
                {
 | 
			
		||||
                    "regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[([^\\s]+)[\\s\\W\\dA-z].*\\]$",
 | 
			
		||||
                    "regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[([^>]+).*\\]$",
 | 
			
		||||
                    "file": 1,
 | 
			
		||||
                    "line": 2,
 | 
			
		||||
                    "severity": 3,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user