Skip to content

Commit

Permalink
Merge pull request #133 from microsoft/fixwindowscicdtestpreset
Browse files Browse the repository at this point in the history
Add dev-windows test preset.
  • Loading branch information
abeltrano authored Jan 26, 2024
2 parents 4553be0 + 277baa5 commit 3bf741a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@
"name": "(root)"
}
}
},
{
"name": "dev-windows",
"configurePreset": "dev-windows",
"inherits": [
"test-common"
]
}
]
}

0 comments on commit 3bf741a

Please sign in to comment.