Skip to content

Instantly share code, notes, and snippets.

@mniak
Last active January 6, 2021 19:09
Show Gist options
  • Save mniak/fee845d54ab6ea06d79ace335de6a0b9 to your computer and use it in GitHub Desktop.
Save mniak/fee845d54ab6ea06d79ace335de6a0b9 to your computer and use it in GitHub Desktop.
Scripts Dia-a-dia

Use Braspag private NuGet feed on linux

git update-index --assume-unchanged nuget.config 
bpdt patch-nuget ./nuget.config Braspag any_username $NUGET_PAT

Revert index

git update-index --no-assume-unchanged nuget.config 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment