mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
[Ubuntu] Add msbuild to software report (#3210)
This commit is contained in:
@@ -150,6 +150,10 @@ Describe "Mono" {
|
||||
"mono --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "msbuild" {
|
||||
"msbuild -version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "nuget" {
|
||||
"nuget" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user