Skip to content

Instantly share code, notes, and snippets.

@jlucaspains
Created September 23, 2021 21:28
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 jlucaspains/0f3fb3ae83f4362fa3971cf7bcd6c819 to your computer and use it in GitHub Desktop.
Save jlucaspains/0f3fb3ae83f4362fa3971cf7bcd6c819 to your computer and use it in GitHub Desktop.
variables:
prId: "$(System.PullRequest.PullRequestId)"
prName: "PR$(prId)"
siteName: '$(prName)'
dbServer: 'LPainsDB'
dbName: '$(siteName)'
ConnectionString: 'server=$(dbServer);database=$(dbName);integrated security=sspi;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment