Skip to content

Instantly share code, notes, and snippets.

@acraven
Created July 13, 2019 15:33
Show Gist options
  • Save acraven/a9af7506008bc6670bf9bd70719b7ed4 to your computer and use it in GitHub Desktop.
Save acraven/a9af7506008bc6670bf9bd70719b7ed4 to your computer and use it in GitHub Desktop.
Credentials snippet
credentials = [{
"type" => "git_source",
"host" => "dev.azure.com",
"username" => "",
"password" => "YOUR_AZURE_DEVOPS_PAT"
},{
"type" => "nuget_feed",
"url" => "https://pkgs.dev.azure.com/YOUR_ORG_NAME/_packaging/YOUR_FEED_NAME/nuget/v3/index.json",
"token" => ":YOUR_AZURE_DEVOPS_PAT" # Don't forget the colon
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment