[ubuntu] Pester tests for dotnet sdk, cmd tools and codeql (#2335)

* dotnet cmd codeql tests

* fixed dotnet tests, added codeql to toolset

* changed codeql version to wildcard

* removed unused import and a test call

* tmp

* lowercase file name

* removed sourcing invoke-tests

Co-authored-by: Leonid Lapshin <[email protected]>
This commit is contained in:
Leonid Lapshin
2020-12-30 13:50:21 +03:00
committed by GitHub
co-authored by Leonid Lapshin
parent 3e1fdc417b
commit 1ce075fe93
9 changed files with 77 additions and 12 deletions
+8
View File
@@ -69,6 +69,14 @@
"2.7.*",
"3.0.*"
]
},
{
"name": "CodeQL",
"platform" : "linux",
"arch": "x64",
"versions": [
"*"
]
}
],
"android": {
+8
View File
@@ -69,6 +69,14 @@
"2.7.*",
"3.0.*"
]
},
{
"name": "CodeQL",
"platform" : "linux",
"arch": "x64",
"versions": [
"*"
]
}
],
"android": {
+8
View File
@@ -57,6 +57,14 @@
"2.7.*",
"3.0.*"
]
},
{
"name": "CodeQL",
"platform" : "linux",
"arch": "x64",
"versions": [
"*"
]
}
],
"android": {