3 references to Ubuntu
Infrastructure.Common (2)
OSHelper.cs (1)
38new Tuple<string, OSID>("ubuntu", OSID.Ubuntu),
OsID.cs (1)
50AnyUnix = Mariner | Debian | Fedora | OpenSUSE | OSX | RHEL | Ubuntu,
Infrastructure.IntegrationTests (1)
OSAndFrameworkTests.4.1.1.cs (1)
48OSID id = OSID.Windows_7 | OSID.Ubuntu;