We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bc8eb commit e8d690eCopy full SHA for e8d690e
build-tools/automation/yaml-templates/variables.yaml
@@ -48,6 +48,6 @@ variables:
48
- name: DotNetNUnitCategories
49
value: '& TestCategory != DotNetIgnore & TestCategory != HybridAOT & TestCategory != MkBundle & TestCategory != MonoSymbolicate & TestCategory != StaticProject & TestCategory != SystemApplication'
50
- name: DefaultTestSdkPlatforms # Comma-separated SDK Platform(s) to install on test agents (no spaces)
51
- value: 33,UpsideDownCake
+ value: 33,34
52
- name: ExcludedNUnitCategories
53
value: '& cat != DotNetIgnore & cat != HybridAOT & cat != MkBundle & cat != MonoSymbolicate & cat != StaticProject & cat != SystemApplication'
0 commit comments