mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-30 01:35:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "2.0.0",
 | |
|     "tasks": [
 | |
|         {
 | |
|             "label": "build",
 | |
|             "command": "dotnet",
 | |
|             "type": "process",
 | |
|             "args": [
 | |
|                 "build",
 | |
|                 "${workspaceFolder}/HaLive/HaLive.csproj",
 | |
|                 "/property:GenerateFullPaths=true",
 | |
|                 "/consoleloggerparameters:NoSummary"
 | |
|             ],
 | |
|             "problemMatcher": "$msCompile"
 | |
|         },
 | |
|         {
 | |
|             "label": "publish",
 | |
|             "command": "dotnet",
 | |
|             "type": "process",
 | |
|             "args": [
 | |
|                 "publish",
 | |
|                 "${workspaceFolder}/HaLive/HaLive.csproj",
 | |
|                 "/property:GenerateFullPaths=true",
 | |
|                 "/consoleloggerparameters:NoSummary"
 | |
|             ],
 | |
|             "problemMatcher": "$msCompile"
 | |
|         },
 | |
|         {
 | |
|             "label": "watch",
 | |
|             "command": "dotnet",
 | |
|             "type": "process",
 | |
|             "args": [
 | |
|                 "watch",
 | |
|                 "run",
 | |
|                 "${workspaceFolder}/HaLive/HaLive.csproj",
 | |
|                 "/property:GenerateFullPaths=true",
 | |
|                 "/consoleloggerparameters:NoSummary"
 | |
|             ],
 | |
|             "problemMatcher": "$msCompile"
 | |
|         }
 | |
|     ]
 | |
| } | 
