mirror of https://github.com/grpc/grpc.git
* C#/msbuild incremental builds are broken. * Grpc prebuilt binaries are always copied to output. **Solution:** * Change from `Always` to `PreserveNewest`; i.e. only copy if binaries are older. **Repro:** * Setup: * Create a CSPROJ (e.g. in Visual Studio 2019). * Add Grpc NuGet package (at least version 2.29.0). * Build CSPROJ. * Rebuild CSPROJ. * Observation: * Rebuild results in regeneration CSPROJ output. * Expected: * output should not be rebuilt; i.e. without change to sources. **Side Notes:** * Not sure if new updates are being shipped for mono. * Similar issue exists in the mono build. * Fixed it anyway.pull/23391/head
parent
013f0acf3c
commit
0d0c1761a5
2 changed files with 9 additions and 9 deletions
Loading…
Reference in new issue