Skip to content

Commit 98a888e

Browse files
author
Kalyan Krishna
committed
Minor fixes
1 parent 0ae20b9 commit 98a888e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,15 @@
8484
/4-WebApp-your-API/4-1-Your-API/.vs/WebApp-OpenIDConnect-DotNet/v16
8585
/4-WebApp-your-API/4-1-Your-API/Client/bin/Debug/netcoreapp2.2
8686
/4-WebApp-your-API/4-1-Your-API/Client/obj
87+
/4-WebApp-your-API/Client/bin/Debug/netcoreapp2.2
88+
/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/obj/Release/netcoreapp2.2
89+
/4-WebApp-your-API/Client/bin/Release/netcoreapp2.2
90+
/4-WebApp-your-API/Client/obj/Debug/netcoreapp2.2
91+
/4-WebApp-your-API/Client/obj/Release/netcoreapp2.2
92+
/Microsoft.Identity.Web.Test/obj/Release/netcoreapp2.2
93+
/Microsoft.Identity.Web.Test/obj/Debug/netcoreapp2.2
94+
/5-WebApp-AuthZ/5-2-Groups/bin/Release/netcoreapp2.2
95+
/5-WebApp-AuthZ/5-1-Roles/bin/Release/netcoreapp2.2
96+
/4-WebApp-your-API/TodoListService/obj
97+
/4-WebApp-your-API/TodoListService/bin
98+
/4-WebApp-your-API/Client/obj

buildAllSlnS.proj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project DefaultTargets="Build">
2+
<ItemGroup>
3+
<Solution Include="**\*.sln" />
4+
</ItemGroup>
5+
<Target Name="Build">
6+
<MSBuild Projects="@(Solution)" Targets="Build" Properties="Configuration=Release" />
7+
</Target>
8+
</Project>

0 commit comments

Comments
 (0)