Added package build and develop instructions.
This commit is contained in:
9
DEVOPS.md
Normal file
9
DEVOPS.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# DevOps Notes
|
||||
|
||||
## DevOps OAuth2 Flow
|
||||
|
||||
Type: **oauth2**
|
||||
Flow: **accessCode**
|
||||
Authorization URL: `https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion`
|
||||
Token URL: `https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer`
|
||||
Scopes: `vso.code`
|
||||
Reference in New Issue
Block a user