The release workflow currently installs the latest Kiota CLI in release.yml#L40. Using latest version can introduce unexpected failures or breaking changes between runs, even when no code has changed in this repository.
Proposed change:
Pin Kiota to the same version used in OsduCsharpClient.csproj
The release workflow currently installs the latest Kiota CLI in release.yml#L40. Using latest version can introduce unexpected failures or breaking changes between runs, even when no code has changed in this repository.
Proposed change:
Pin Kiota to the same version used in OsduCsharpClient.csproj