Skip to content

Commit 573b307

Browse files
authored
Fix runtimeIdentifier for macOS PR jobs
1 parent 493a611 commit 573b307

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/pipelines/templates/jobs/sdk-job-matrix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,14 @@ parameters:
7575
### MACOS ###
7676
macOSJobParameterSets:
7777
- categoryName: TestBuild
78+
runtimeIdentifier: osx-x64
7879
- categoryName: TemplateEngine
7980
testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj;$(Build.SourcesDirectory)/test/dotnet-new.Tests/dotnet-new.IntegrationTests.csproj
8081
publishXunitResults: true
82+
runtimeIdentifier: osx-x64
8183
- categoryName: AoT
8284
runAoTTests: true
85+
runtimeIdentifier: osx-x64
8386

8487
jobs:
8588
### ONELOCBUILD ###

0 commit comments

Comments
 (0)