Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion eng/common/scripts/job-matrix/samples/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"Agent": {
"ubuntu": { "OSVmImage": "ubuntu-18.04", "Pool": "Azure Pipelines" },
"windows": { "OSVmImage": "windows-2019", "Pool": "Azure Pipelines" },
"macOS": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" }
Comment thread
pakrym marked this conversation as resolved.
},
"TestTargetFramework": [ "netcoreapp2.1", "net461", "net5.0" ]
},
Expand Down
4 changes: 0 additions & 4 deletions eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"windows-2019": {
"OSVmImage": "MMS2019",
"Pool": "azsdk-pool-mms-win-2019-general"
},
"macOS-10.15": {
"OSVmImage": "macOS-10.15",
"Pool": "Azure Pipelines"
}
},
"TestTargetFramework": [
Expand Down