Removed unit test task from Visual Studio Codium build because it doesn't exist yet
This commit is contained in:
		
							parent
							
								
									061c6e9906
								
							
						
					
					
						commit
						bb08c4415a
					
				
					 1 changed files with 0 additions and 18 deletions
				
			
		
							
								
								
									
										18
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -22,24 +22,6 @@
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "problemMatcher": "$msCompile"
 | 
					      "problemMatcher": "$msCompile"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      "label": "Test",
 | 
					 | 
				
			||||||
      //"dependsOn": [ "Run" ],
 | 
					 | 
				
			||||||
      "group": {
 | 
					 | 
				
			||||||
        "kind": "build",
 | 
					 | 
				
			||||||
        "isDefault": true
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "type": "shell",
 | 
					 | 
				
			||||||
      "command": "dotnet",
 | 
					 | 
				
			||||||
      "args": [
 | 
					 | 
				
			||||||
        "test",
 | 
					 | 
				
			||||||
        "${workspaceFolder}/Nuclex.Avalonia.DependencyInjection.Tests (netstandard-2.0).csproj",
 | 
					 | 
				
			||||||
      ],
 | 
					 | 
				
			||||||
      "options": {
 | 
					 | 
				
			||||||
        "cwd": "${workspaceFolder}"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "problemMatcher": "$msCompile"
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "label": "Publish",
 | 
					      "label": "Publish",
 | 
				
			||||||
      //"dependsOn": [ "Install" ],
 | 
					      //"dependsOn": [ "Install" ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue