You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out current build story on windows needs some love.
The problem:
We currently have two build scripts for rlclientlib: cmake and msbuild.
The CI coverage of the msbuild setup is not as throughout as the cmake one.
We should improve things by either eliminating the msbuild bits (while retaining a VS experience) or by improving our CI bits.
For CI, we don't build the dotnet bits using the msbuild scripts and this triggered a regression when zstd was introduced. It's fixed by #232 but CI should catch such trivial issue.
The text was updated successfully, but these errors were encountered:
Out current build story on windows needs some love.
The problem:
We currently have two build scripts for rlclientlib: cmake and msbuild.
The CI coverage of the msbuild setup is not as throughout as the cmake one.
We should improve things by either eliminating the msbuild bits (while retaining a VS experience) or by improving our CI bits.
For CI, we don't build the dotnet bits using the msbuild scripts and this triggered a regression when zstd was introduced. It's fixed by #232 but CI should catch such trivial issue.
The text was updated successfully, but these errors were encountered: