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
I'd like to see support for other GIT based repositories. For example, at my work we use GitHub Enterprise and there doesn't appear to be a way to configure paket to use our special GitHub Enterprise URL for specific dependencies. Additionally, supporting places like BitBucket would be helpful as well.
Having the URL to the git repo be an optional specifier on a github entry in the paket dependency file could be one way of solving this.
Additionally, for GitHub Enterprise, credential keys would need to be supported.
The text was updated successfully, but these errors were encountered:
We're in the same boat. Our work around has been having our build gems copy a compiled version to our fileshare, and we aim all of our paket.dependencies at that fileshare. It's not perfect, but it gets us the most recent builds.
I'd like to see support for other GIT based repositories. For example, at my work we use GitHub Enterprise and there doesn't appear to be a way to configure paket to use our special GitHub Enterprise URL for specific dependencies. Additionally, supporting places like BitBucket would be helpful as well.
Having the URL to the git repo be an optional specifier on a github entry in the paket dependency file could be one way of solving this.
Additionally, for GitHub Enterprise, credential keys would need to be supported.
The text was updated successfully, but these errors were encountered: