mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 23:05:19 +00:00
Rather than specifying this in `ci.yml`, specify it in the `global.json` file. This allows us to share the version amongst several workflows (and ADO pipelines) without needing to synchronize them.
7 lines
92 B
JSON
7 lines
92 B
JSON
{
|
|
"sdk": {
|
|
"version": "7.0.100",
|
|
"rollForward": "latestFeature"
|
|
}
|
|
}
|