Skip to content

Commit 365dddc

Browse files
committed
Updates to vsts oauth sample
1 parent 3906c52 commit 365dddc

File tree

4 files changed

+1063
-4
lines changed

4 files changed

+1063
-4
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
6+
*.suo
7+
packages/
8+
9+
*.csproj.user
10+
11+
*.tmp
12+
bin/
13+
obj/
14+
15+
app.Debug.config
16+
app.Release.config
17+
18+
TestResults/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Auth samples for Visual Studio Team Services
1+
# Auth samples for Team Services
22

3-
Learn to authenticate your app or service with Visual Studio Team Services.
3+
Samples that show how to auth with Visual Studio Team Services and Team Foundation Server.
44

5-
Learn more about [integrating with Team Services and Team Foundation Server](https://www.visualstudio.com/docs/integrate/extensions/overview)
5+
Learn more about [integrating with Team Services](https://www.visualstudio.com/docs/integrate/extensions/overview)
66

77
## Samples
88

0 commit comments

Comments
 (0)