Skip to content

Instantly share code, notes, and snippets.

@BasLijten
Last active August 14, 2020 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BasLijten/1bdeecc52770fa0a8e5887ae7feae62d to your computer and use it in GitHub Desktop.
Save BasLijten/1bdeecc52770fa0a8e5887ae7feae62d to your computer and use it in GitHub Desktop.
FROM ${BUILD_IMAGE} AS builder
ARG FEED_ACCESSTOKEN
ENV VSS_NUGET_EXTERNAL_FEED_ENDPOINTS "{`"endpointCredentials`": [{`"endpoint`":`"https://pkgs.dev.azure.com/<redacted>/_packaging/<redacted>/nuget/v3/index.json`", `"username`":`"docker`", `"password`":`"${FEED_ACCESSTOKEN}`"}]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment