36 lines
		
	
	
		
			881 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			36 lines
		
	
	
		
			881 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    "version": "2.0.0",
							 | 
						||
| 
								 | 
							
								    "tasks": [
							 | 
						||
| 
								 | 
							
								        {
							 | 
						||
| 
								 | 
							
								            "label": "build",
							 | 
						||
| 
								 | 
							
								            "command": "dotnet",
							 | 
						||
| 
								 | 
							
								            "type": "process",
							 | 
						||
| 
								 | 
							
								            "args": [
							 | 
						||
| 
								 | 
							
								                "build",
							 | 
						||
| 
								 | 
							
								                "${workspaceFolder}/LDX.WebApi.csproj"
							 | 
						||
| 
								 | 
							
								            ],
							 | 
						||
| 
								 | 
							
								            "problemMatcher": "$tsc"
							 | 
						||
| 
								 | 
							
								        },
							 | 
						||
| 
								 | 
							
								        {
							 | 
						||
| 
								 | 
							
								            "label": "publish",
							 | 
						||
| 
								 | 
							
								            "command": "dotnet",
							 | 
						||
| 
								 | 
							
								            "type": "process",
							 | 
						||
| 
								 | 
							
								            "args": [
							 | 
						||
| 
								 | 
							
								                "publish",
							 | 
						||
| 
								 | 
							
								                "${workspaceFolder}/LDX.WebApi.csproj"
							 | 
						||
| 
								 | 
							
								            ],
							 | 
						||
| 
								 | 
							
								            "problemMatcher": "$tsc"
							 | 
						||
| 
								 | 
							
								        },
							 | 
						||
| 
								 | 
							
								        {
							 | 
						||
| 
								 | 
							
								            "label": "watch",
							 | 
						||
| 
								 | 
							
								            "command": "dotnet",
							 | 
						||
| 
								 | 
							
								            "type": "process",
							 | 
						||
| 
								 | 
							
								            "args": [
							 | 
						||
| 
								 | 
							
								                "watch",
							 | 
						||
| 
								 | 
							
								                "run",
							 | 
						||
| 
								 | 
							
								                "${workspaceFolder}/LDX.WebApi.csproj"
							 | 
						||
| 
								 | 
							
								            ],
							 | 
						||
| 
								 | 
							
								            "problemMatcher": "$tsc"
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								    ]
							 | 
						||
| 
								 | 
							
								}
							 |