Why does google-api-dotnet-client BuildRelease.exe clone the entire contrib repository

StackOverflow https://stackoverflow.com/questions/16348768

  •  14-04-2022
  •  | 
  •  

문제

BuildRelease will clone the entire contrib repository. What is the purpose of doing this? It slows down the build process.

도움이 되었습니까?

해결책

The reason for that is based on the fact that we store all the version history in contrib repository. When we create a new build of Google.Apis, we add a new folder with the content of the release (e.g. 1.3.0-beta).

We use BuildRelease.exe mainly to create a new release of the library, so out of curiosity - why do you use it?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top