We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b121e2 commit bff5272Copy full SHA for bff5272
eng/pipelines/templates/jobs/sdk-job-matrix.yml
@@ -75,11 +75,14 @@ parameters:
75
### MACOS ###
76
macOSJobParameterSets:
77
- categoryName: TestBuild
78
+ runtimeIdentifier: osx-x64
79
- categoryName: TemplateEngine
80
testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj;$(Build.SourcesDirectory)/test/dotnet-new.Tests/dotnet-new.IntegrationTests.csproj
81
publishXunitResults: true
82
83
- categoryName: AoT
84
runAoTTests: true
85
86
87
jobs:
88
### ONELOCBUILD ###
0 commit comments