-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update readme.md * Remove test credentials * Update readme.md --------- Co-authored-by: Steve Lee <[email protected]>
- Loading branch information
1 parent
d1ba58d
commit d25ee92
Showing
3 changed files
with
576 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,8 +83,8 @@ Describe "Azure Artifacts Credential Provider Integration" -Tags "Feature" { | |
$pkgSourceName = "OneGetTestPrivateFeed" | ||
# This pkg source is an Azure DevOps private feed | ||
$testSource = "https://pkgs.dev.azure.com/onegettest/_packaging/onegettest/nuget/v2"; | ||
$username = "[email protected]" | ||
$PAT = "qo2xvzdnfi2mlcq3eq2jkoxup576kt4gnngcicqhup6bbix6sila" | ||
$username = "" | ||
$PAT = "" | ||
# see https://github.com/Microsoft/artifacts-credprovider#environment-variables for more info on env vars for the credential provider | ||
# The line below is purely for local testing. Make sure to update env vars in AppVeyor and Travis CI as necessary. | ||
$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS = "{'endpointCredentials': [{'endpoint':'$testSource', 'username':'$username', 'password':'$PAT'}]}" | ||
|
Oops, something went wrong.