mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-11-04 12:15: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.csproj",
 | 
						|
                "/property:GenerateFullPaths=true",
 | 
						|
                "/consoleloggerparameters:NoSummary"
 | 
						|
            ],
 | 
						|
            "problemMatcher": "$msCompile"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "label": "publish",
 | 
						|
            "command": "dotnet",
 | 
						|
            "type": "process",
 | 
						|
            "args": [
 | 
						|
                "publish",
 | 
						|
                "${workspaceFolder}/HaLive.csproj",
 | 
						|
                "/property:GenerateFullPaths=true",
 | 
						|
                "/consoleloggerparameters:NoSummary"
 | 
						|
            ],
 | 
						|
            "problemMatcher": "$msCompile"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "label": "watch",
 | 
						|
            "command": "dotnet",
 | 
						|
            "type": "process",
 | 
						|
            "args": [
 | 
						|
                "watch",
 | 
						|
                "run",
 | 
						|
                "${workspaceFolder}/HaLive.csproj",
 | 
						|
                "/property:GenerateFullPaths=true",
 | 
						|
                "/consoleloggerparameters:NoSummary"
 | 
						|
            ],
 | 
						|
            "problemMatcher": "$msCompile"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
} |