Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version of nuget and fix https issue #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

curtismitchell
Copy link

While trying to use the current version of the nuget plugin, I ran into an issue pushing a package to a private nuget server that uses https. Upgrading nuget seems to solve the issue.

@athieriot
Copy link
Contributor

LGTM


RUN echo "@testing http://dl-4.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories
RUN echo "http://dl-5.alpinelinux.org/alpine/edge/main/" | tee -a /etc/apk/repositories
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why edge repo?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

edge/main was needed for python2 in the alpine:3.4 image, I believe. And edge/testing is for mono.

rm -rf \
/var/cache/apk/*
apk --no-cache add wget ca-certificates nodejs mono@testing && \
cert-sync /etc/ssl/certs/ca-certificates.crt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK you don't need this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was needed to install nuget from an https endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants