Skip to content

Commit 54a6a1f

Browse files
Merge remote-tracking branch 'origin/Ticket771'
2 parents abadfa6 + 01f8e93 commit 54a6a1f

304 files changed

Lines changed: 25943 additions & 4422 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>5.0.0</VersionPrefix>
3+
<VersionPrefix>5.0.1</VersionPrefix>
44
<Authors>SimpleIdServer</Authors>
55
<Owners>SimpleIdServer</Owners>
66
</PropertyGroup>

SimpleIdServer.Federation.sln

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.32328.378
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02. Startup", "02. Startup", "{A783A4AE-2E11-4A5D-AECE-0FD34981264A}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.Federation.Ta.Startup", "src\Federation\SimpleIdServer.Federation.Ta.Startup\SimpleIdServer.Federation.Ta.Startup.csproj", "{38943163-054D-479F-BFC6-828838889307}"
9+
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01. Core", "01. Core", "{EAD61669-BE54-4AB9-AEE1-79C2384CC41F}"
11+
EndProject
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.Authority.Federation", "src\IdServer\SimpleIdServer.Authority.Federation\SimpleIdServer.Authority.Federation.csproj", "{9B2AEBC5-7914-4F93-8AF7-706A99879005}"
13+
EndProject
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.OpenidFederation", "src\IdServer\SimpleIdServer.OpenidFederation\SimpleIdServer.OpenidFederation.csproj", "{5F2A66AA-0A03-4651-8408-084BA13E76DE}"
15+
EndProject
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.Rp.Federation", "src\IdServer\SimpleIdServer.Rp.Federation\SimpleIdServer.Rp.Federation.csproj", "{D9088814-07DD-4BA2-BDE2-8FBBD202EFC9}"
17+
EndProject
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.DPoP", "src\IdServer\SimpleIdServer.DPoP\SimpleIdServer.DPoP.csproj", "{7B30E4B3-B2E4-42E3-A9AD-E3D609F2B987}"
19+
EndProject
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.IdServer.Helpers", "src\IdServer\SimpleIdServer.IdServer.Helpers\SimpleIdServer.IdServer.Helpers.csproj", "{DBB697EC-F7C1-477E-AFAA-BCC4E4D1B64B}"
21+
EndProject
22+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.OpenidFederation.Store.EF", "src\IdServer\SimpleIdServer.OpenidFederation.Store.EF\SimpleIdServer.OpenidFederation.Store.EF.csproj", "{8CE25E6F-5710-4314-A89B-F355C22502C3}"
23+
EndProject
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.Federation.Rp.Startup", "src\Federation\SimpleIdServer.Federation.Rp.Startup\SimpleIdServer.Federation.Rp.Startup.csproj", "{904B2DA2-BDC1-4A81-8B93-1C25BDF2FF35}"
25+
EndProject
26+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.OpenIdConnect", "src\IdServer\SimpleIdServer.OpenIdConnect\SimpleIdServer.OpenIdConnect.csproj", "{36BCF43C-4E39-43EE-8ED0-A5FC7C547D3A}"
27+
EndProject
28+
Global
29+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
30+
Debug|Any CPU = Debug|Any CPU
31+
Release|Any CPU = Release|Any CPU
32+
EndGlobalSection
33+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
34+
{38943163-054D-479F-BFC6-828838889307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35+
{38943163-054D-479F-BFC6-828838889307}.Debug|Any CPU.Build.0 = Debug|Any CPU
36+
{38943163-054D-479F-BFC6-828838889307}.Release|Any CPU.ActiveCfg = Release|Any CPU
37+
{38943163-054D-479F-BFC6-828838889307}.Release|Any CPU.Build.0 = Release|Any CPU
38+
{9B2AEBC5-7914-4F93-8AF7-706A99879005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{9B2AEBC5-7914-4F93-8AF7-706A99879005}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{9B2AEBC5-7914-4F93-8AF7-706A99879005}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{9B2AEBC5-7914-4F93-8AF7-706A99879005}.Release|Any CPU.Build.0 = Release|Any CPU
42+
{5F2A66AA-0A03-4651-8408-084BA13E76DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43+
{5F2A66AA-0A03-4651-8408-084BA13E76DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
44+
{5F2A66AA-0A03-4651-8408-084BA13E76DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
45+
{5F2A66AA-0A03-4651-8408-084BA13E76DE}.Release|Any CPU.Build.0 = Release|Any CPU
46+
{D9088814-07DD-4BA2-BDE2-8FBBD202EFC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
47+
{D9088814-07DD-4BA2-BDE2-8FBBD202EFC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
48+
{D9088814-07DD-4BA2-BDE2-8FBBD202EFC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
49+
{D9088814-07DD-4BA2-BDE2-8FBBD202EFC9}.Release|Any CPU.Build.0 = Release|Any CPU
50+
{7B30E4B3-B2E4-42E3-A9AD-E3D609F2B987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
51+
{7B30E4B3-B2E4-42E3-A9AD-E3D609F2B987}.Debug|Any CPU.Build.0 = Debug|Any CPU
52+
{7B30E4B3-B2E4-42E3-A9AD-E3D609F2B987}.Release|Any CPU.ActiveCfg = Release|Any CPU
53+
{7B30E4B3-B2E4-42E3-A9AD-E3D609F2B987}.Release|Any CPU.Build.0 = Release|Any CPU
54+
{DBB697EC-F7C1-477E-AFAA-BCC4E4D1B64B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
55+
{DBB697EC-F7C1-477E-AFAA-BCC4E4D1B64B}.Debug|Any CPU.Build.0 = Debug|Any CPU
56+
{DBB697EC-F7C1-477E-AFAA-BCC4E4D1B64B}.Release|Any CPU.ActiveCfg = Release|Any CPU
57+
{DBB697EC-F7C1-477E-AFAA-BCC4E4D1B64B}.Release|Any CPU.Build.0 = Release|Any CPU
58+
{8CE25E6F-5710-4314-A89B-F355C22502C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59+
{8CE25E6F-5710-4314-A89B-F355C22502C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
60+
{8CE25E6F-5710-4314-A89B-F355C22502C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
61+
{8CE25E6F-5710-4314-A89B-F355C22502C3}.Release|Any CPU.Build.0 = Release|Any CPU
62+
{904B2DA2-BDC1-4A81-8B93-1C25BDF2FF35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
63+
{904B2DA2-BDC1-4A81-8B93-1C25BDF2FF35}.Debug|Any CPU.Build.0 = Debug|Any CPU
64+
{904B2DA2-BDC1-4A81-8B93-1C25BDF2FF35}.Release|Any CPU.ActiveCfg = Release|Any CPU
65+
{904B2DA2-BDC1-4A81-8B93-1C25BDF2FF35}.Release|Any CPU.Build.0 = Release|Any CPU
66+
{36BCF43C-4E39-43EE-8ED0-A5FC7C547D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
67+
{36BCF43C-4E39-43EE-8ED0-A5FC7C547D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
68+
{36BCF43C-4E39-43EE-8ED0-A5FC7C547D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
69+
{36BCF43C-4E39-43EE-8ED0-A5FC7C547D3A}.Release|Any CPU.Build.0 = Release|Any CPU
70+
EndGlobalSection
71+
GlobalSection(SolutionProperties) = preSolution
72+
HideSolutionNode = FALSE
73+
EndGlobalSection
74+
GlobalSection(NestedProjects) = preSolution
75+
{38943163-054D-479F-BFC6-828838889307} = {A783A4AE-2E11-4A5D-AECE-0FD34981264A}
76+
{9B2AEBC5-7914-4F93-8AF7-706A99879005} = {EAD61669-BE54-4AB9-AEE1-79C2384CC41F}
77+
{5F2A66AA-0A03-4651-8408-084BA13E76DE} = {EAD61669-BE54-4AB9-AEE1-79C2384CC41F}
78+
{D9088814-07DD-4BA2-BDE2-8FBBD202EFC9} = {EAD61669-BE54-4AB9-AEE1-79C2384CC41F}
79+
{7B30E4B3-B2E4-42E3-A9AD-E3D609F2B987} = {EAD61669-BE54-4AB9-AEE1-79C2384CC41F}
80+
{DBB697EC-F7C1-477E-AFAA-BCC4E4D1B64B} = {EAD61669-BE54-4AB9-AEE1-79C2384CC41F}
81+
{8CE25E6F-5710-4314-A89B-F355C22502C3} = {EAD61669-BE54-4AB9-AEE1-79C2384CC41F}
82+
{904B2DA2-BDC1-4A81-8B93-1C25BDF2FF35} = {A783A4AE-2E11-4A5D-AECE-0FD34981264A}
83+
{36BCF43C-4E39-43EE-8ED0-A5FC7C547D3A} = {EAD61669-BE54-4AB9-AEE1-79C2384CC41F}
84+
EndGlobalSection
85+
GlobalSection(ExtensibilityGlobals) = postSolution
86+
SolutionGuid = {48A4817A-3DC6-4471-9D97-4B71EFA432F9}
87+
EndGlobalSection
88+
EndGlobal

SimpleIdServer.IdServer.Host.sln

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.IdServer.Sql
115115
EndProject
116116
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.SelfIdServer.Host.Acceptance.Tests", "tests\SimpleIdServer.SelfIssuedIdServer.Host.Acceptance.Tests\SimpleIdServer.SelfIdServer.Host.Acceptance.Tests.csproj", "{467B3D10-E6C9-427F-A29F-373AE95ECF69}"
117117
EndProject
118+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "07. OpenidFederation", "07. OpenidFederation", "{0473E3F7-F4CB-4305-A980-174A953CF0DB}"
119+
EndProject
120+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.IdServer.Federation", "src\IdServer\SimpleIdServer.IdServer.Federation\SimpleIdServer.IdServer.Federation.csproj", "{4A7E1AFE-98FB-4B40-B41B-A912C448D020}"
121+
EndProject
122+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.OpenidFederation", "src\IdServer\SimpleIdServer.OpenidFederation\SimpleIdServer.OpenidFederation.csproj", "{4D3F4A42-8997-4F4E-AD5D-1A26D25E94B0}"
123+
EndProject
124+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.OpenidFederation.Tests", "tests\SimpleIdServer.OpenidFederation.Tests\SimpleIdServer.OpenidFederation.Tests.csproj", "{7B4FB0E4-2B43-4EC4-B978-99E225FBC368}"
125+
EndProject
126+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.Rp.Federation", "src\IdServer\SimpleIdServer.Rp.Federation\SimpleIdServer.Rp.Federation.csproj", "{DC1EBA7B-7458-4AC5-80D4-56E20541C4F4}"
127+
EndProject
128+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.Authority.Federation", "src\IdServer\SimpleIdServer.Authority.Federation\SimpleIdServer.Authority.Federation.csproj", "{687CFA3C-D027-424A-A15C-B2BF18B58607}"
129+
EndProject
118130
Global
119131
GlobalSection(SolutionConfigurationPlatforms) = preSolution
120132
Debug|Any CPU = Debug|Any CPU
@@ -305,6 +317,26 @@ Global
305317
{467B3D10-E6C9-427F-A29F-373AE95ECF69}.Debug|Any CPU.Build.0 = Debug|Any CPU
306318
{467B3D10-E6C9-427F-A29F-373AE95ECF69}.Release|Any CPU.ActiveCfg = Release|Any CPU
307319
{467B3D10-E6C9-427F-A29F-373AE95ECF69}.Release|Any CPU.Build.0 = Release|Any CPU
320+
{4A7E1AFE-98FB-4B40-B41B-A912C448D020}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
321+
{4A7E1AFE-98FB-4B40-B41B-A912C448D020}.Debug|Any CPU.Build.0 = Debug|Any CPU
322+
{4A7E1AFE-98FB-4B40-B41B-A912C448D020}.Release|Any CPU.ActiveCfg = Release|Any CPU
323+
{4A7E1AFE-98FB-4B40-B41B-A912C448D020}.Release|Any CPU.Build.0 = Release|Any CPU
324+
{4D3F4A42-8997-4F4E-AD5D-1A26D25E94B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
325+
{4D3F4A42-8997-4F4E-AD5D-1A26D25E94B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
326+
{4D3F4A42-8997-4F4E-AD5D-1A26D25E94B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
327+
{4D3F4A42-8997-4F4E-AD5D-1A26D25E94B0}.Release|Any CPU.Build.0 = Release|Any CPU
328+
{7B4FB0E4-2B43-4EC4-B978-99E225FBC368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
329+
{7B4FB0E4-2B43-4EC4-B978-99E225FBC368}.Debug|Any CPU.Build.0 = Debug|Any CPU
330+
{7B4FB0E4-2B43-4EC4-B978-99E225FBC368}.Release|Any CPU.ActiveCfg = Release|Any CPU
331+
{7B4FB0E4-2B43-4EC4-B978-99E225FBC368}.Release|Any CPU.Build.0 = Release|Any CPU
332+
{DC1EBA7B-7458-4AC5-80D4-56E20541C4F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
333+
{DC1EBA7B-7458-4AC5-80D4-56E20541C4F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
334+
{DC1EBA7B-7458-4AC5-80D4-56E20541C4F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
335+
{DC1EBA7B-7458-4AC5-80D4-56E20541C4F4}.Release|Any CPU.Build.0 = Release|Any CPU
336+
{687CFA3C-D027-424A-A15C-B2BF18B58607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
337+
{687CFA3C-D027-424A-A15C-B2BF18B58607}.Debug|Any CPU.Build.0 = Debug|Any CPU
338+
{687CFA3C-D027-424A-A15C-B2BF18B58607}.Release|Any CPU.ActiveCfg = Release|Any CPU
339+
{687CFA3C-D027-424A-A15C-B2BF18B58607}.Release|Any CPU.Build.0 = Release|Any CPU
308340
EndGlobalSection
309341
GlobalSection(SolutionProperties) = preSolution
310342
HideSolutionNode = FALSE
@@ -317,7 +349,7 @@ Global
317349
{2A0AB899-B02E-449F-B0EA-8BEA4D2FB18A} = {033E4EF3-2FB5-450A-9B35-616D9B0D6EAA}
318350
{CE9CED43-D3D4-4711-A8C1-D0E35D4EB2BD} = {E5886E09-671E-4B3E-AA8F-824C39DF94E4}
319351
{DE396E1F-F734-4835-9557-65D559C2953A} = {E5886E09-671E-4B3E-AA8F-824C39DF94E4}
320-
{15CD3447-BC21-4D46-AD8A-E76685376077} = {4796A22B-91A9-42AF-87CA-F69392696B0A}
352+
{15CD3447-BC21-4D46-AD8A-E76685376077} = {654E3738-8074-4079-AE56-8B2C31BE6781}
321353
{25E98779-29F9-4C74-A935-15D20D9F0E0E} = {15CD3447-BC21-4D46-AD8A-E76685376077}
322354
{EA9F6F0A-5F8A-454D-A682-7CADD6704C44} = {033E4EF3-2FB5-450A-9B35-616D9B0D6EAA}
323355
{83A19793-668C-46B6-B1D7-134DFED8B430} = {4796A22B-91A9-42AF-87CA-F69392696B0A}
@@ -362,6 +394,12 @@ Global
362394
{BE501B31-2CF6-4218-AA74-F536C11AD9D7} = {06BF894C-69D7-406A-A97F-BD990A3D59ED}
363395
{0D76EB63-29B1-4878-84D1-2D35897EE1FA} = {68306EFF-55D9-497B-9482-FEB81C485914}
364396
{467B3D10-E6C9-427F-A29F-373AE95ECF69} = {033E4EF3-2FB5-450A-9B35-616D9B0D6EAA}
397+
{0473E3F7-F4CB-4305-A980-174A953CF0DB} = {4796A22B-91A9-42AF-87CA-F69392696B0A}
398+
{4A7E1AFE-98FB-4B40-B41B-A912C448D020} = {0473E3F7-F4CB-4305-A980-174A953CF0DB}
399+
{4D3F4A42-8997-4F4E-AD5D-1A26D25E94B0} = {0473E3F7-F4CB-4305-A980-174A953CF0DB}
400+
{7B4FB0E4-2B43-4EC4-B978-99E225FBC368} = {033E4EF3-2FB5-450A-9B35-616D9B0D6EAA}
401+
{DC1EBA7B-7458-4AC5-80D4-56E20541C4F4} = {0473E3F7-F4CB-4305-A980-174A953CF0DB}
402+
{687CFA3C-D027-424A-A15C-B2BF18B58607} = {0473E3F7-F4CB-4305-A980-174A953CF0DB}
365403
EndGlobalSection
366404
GlobalSection(ExtensibilityGlobals) = postSolution
367405
SolutionGuid = {1FE1E2C8-475E-4592-8609-D331B1D01730}

default.ps1

Lines changed: 49 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ task compile -depends clean {
165165
exec { dotnet build .\SimpleIdServer.Scim.Host.sln -c $config --version-suffix=$buildSuffix }
166166
exec { dotnet build .\SimpleIdServer.Did.sln -c $config --version-suffix=$buildSuffix }
167167
exec { dotnet build .\SimpleIdServer.CredentialIssuer.Host.sln -c $config --version-suffix=$buildSuffix }
168+
exec { dotnet build .\SimpleIdServer.Federation.sln -c $config --version-suffix=$buildSuffix }
168169
exec { dotnet build "$source_dir/Templates/SimpleIdServer.Templates.csproj" -c $config --version-suffix=$buildSuffix }
169170
}
170171

@@ -188,7 +189,7 @@ task buildTemplate {
188189
CopyFolder $CredentialIssuerWebsitePathSource $CredentialIssuerWebsitePathTarget
189190
}
190191

191-
task pack -depends release, compile, buildTemplate {
192+
task pack -depends release, compile {
192193
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.IdServer.VerifiablePresentation\SimpleIdServer.IdServer.VerifiablePresentation.csproj -c $config --no-build $versionSuffix --output $result_dir }
193194
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.IdServer\SimpleIdServer.IdServer.csproj -c $config --no-build $versionSuffix --output $result_dir }
194195
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.IdServer.Domains\SimpleIdServer.IdServer.Domains.csproj -c $config --no-build $versionSuffix --output $result_dir }
@@ -219,6 +220,11 @@ task pack -depends release, compile, buildTemplate {
219220
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.OpenIdConnect\SimpleIdServer.OpenIdConnect.csproj -c $config --no-build $versionSuffix --output $result_dir }
220221
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.IdServer.Notification.Fcm\SimpleIdServer.IdServer.Notification.Fcm.csproj -c $config --no-build $versionSuffix --output $result_dir }
221222
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.IdServer.Notification.Gotify\SimpleIdServer.IdServer.Notification.Gotify.csproj -c $config --no-build $versionSuffix --output $result_dir }
223+
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.OpenidFederation\SimpleIdServer.OpenidFederation.csproj -c $config --no-build $versionSuffix --output $result_dir }
224+
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.OpenidFederation.Store.EF\SimpleIdServer.OpenidFederation.Store.EF.csproj -c $config --no-build $versionSuffix --output $result_dir }
225+
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.IdServer.Federation\SimpleIdServer.IdServer.Federation.csproj -c $config --no-build $versionSuffix --output $result_dir }
226+
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.Authority.Federation\SimpleIdServer.Authority.Federation.csproj -c $config --no-build $versionSuffix --output $result_dir }
227+
exec { dotnet pack $source_dir\IdServer\SimpleIdServer.Rp.Federation\SimpleIdServer.Rp.Federation.csproj -c $config --no-build $versionSuffix --output $result_dir }
222228
exec { dotnet pack $source_dir\Scim\SimpleIdServer.Scim\SimpleIdServer.Scim.csproj -c $config --no-build $versionSuffix --output $result_dir }
223229
exec { dotnet pack $source_dir\Scim\SimpleIdServer.Scim.Domains\SimpleIdServer.Scim.Domains.csproj -c $config --no-build $versionSuffix --output $result_dir }
224230
exec { dotnet pack $source_dir\Scim\SimpleIdServer.Scim.Parser\SimpleIdServer.Scim.Parser.csproj -c $config --no-build $versionSuffix --output $result_dir }
@@ -243,79 +249,86 @@ task pack -depends release, compile, buildTemplate {
243249
}
244250

245251
task test {
246-
Push-Location -Path $base_dir\tests\SimpleIdServer.Configuration.Tests
247-
248-
try {
249-
exec { & dotnet test -c $config --no-build --no-restore }
250-
} finally {
251-
Pop-Location
252-
}
252+
Push-Location -Path $base_dir\tests\SimpleIdServer.Configuration.Tests
253253

254-
Push-Location -Path $base_dir\tests\SimpleIdServer.CredentialIssuer.Host.Acceptance.Tests
255-
256-
try {
257-
exec { & dotnet test -c $config --no-build --no-restore }
258-
} finally {
259-
Pop-Location
260-
}
254+
try {
255+
exec { & dotnet test -c $config --no-build --no-restore }
256+
} finally {
257+
Pop-Location
258+
}
261259

262-
Push-Location -Path $base_dir\tests\SimpleIdServer.Did.Ethr.Tests
263-
264-
try {
265-
exec { & dotnet test -c $config --no-build --no-restore }
266-
} finally {
267-
Pop-Location
268-
}
260+
Push-Location -Path $base_dir\tests\SimpleIdServer.CredentialIssuer.Host.Acceptance.Tests
269261

270-
Push-Location -Path $base_dir\tests\SimpleIdServer.Did.Key.Tests
271-
272-
try {
273-
exec { & dotnet test -c $config --no-build --no-restore }
274-
} finally {
275-
Pop-Location
276-
}
262+
try {
263+
exec { & dotnet test -c $config --no-build --no-restore }
264+
} finally {
265+
Pop-Location
266+
}
267+
268+
Push-Location -Path $base_dir\tests\SimpleIdServer.Did.Ethr.Tests
269+
270+
try {
271+
exec { & dotnet test -c $config --no-build --no-restore }
272+
} finally {
273+
Pop-Location
274+
}
275+
276+
Push-Location -Path $base_dir\tests\SimpleIdServer.Did.Key.Tests
277+
278+
try {
279+
exec { & dotnet test -c $config --no-build --no-restore }
280+
} finally {
281+
Pop-Location
282+
}
283+
284+
Push-Location -Path $base_dir\tests\SimpleIdServer.DID.Tests
285+
286+
try {
287+
exec { & dotnet test -c $config --no-build --no-restore }
288+
} finally {
289+
Pop-Location
290+
}
277291

278-
Push-Location -Path $base_dir\tests\SimpleIdServer.DID.Tests
292+
Push-Location -Path $base_dir\tests\SimpleIdServer.IdServer.Host.Acceptance.Tests
279293

280294
try {
281295
exec { & dotnet test -c $config --no-build --no-restore }
282296
} finally {
283297
Pop-Location
284298
}
285-
286-
Push-Location -Path $base_dir\tests\SimpleIdServer.IdServer.Host.Acceptance.Tests
299+
Push-Location -Path $base_dir\tests\SimpleIdServer.IdServer.Tests
287300

288301
try {
289302
exec { & dotnet test -c $config --no-build --no-restore }
290303
} finally {
291304
Pop-Location
292305
}
293306

294-
Push-Location -Path $base_dir\tests\SimpleIdServer.IdServer.Tests
307+
Push-Location -Path $base_dir\tests\SimpleIdServer.Scim.Host.Acceptance.Tests
295308

296309
try {
297310
exec { & dotnet test -c $config --no-build --no-restore }
298311
} finally {
299312
Pop-Location
300313
}
301314

302-
Push-Location -Path $base_dir\tests\SimpleIdServer.Scim.Host.Acceptance.Tests
315+
Push-Location -Path $base_dir\tests\SimpleIdServer.Scim.Tests
303316

304317
try {
305318
exec { & dotnet test -c $config --no-build --no-restore }
306319
} finally {
307320
Pop-Location
308321
}
309322

310-
Push-Location -Path $base_dir\tests\SimpleIdServer.Scim.Tests
323+
Push-Location -Path $base_dir\tests\SimpleIdServer.Vc.Tests
311324

312325
try {
313326
exec { & dotnet test -c $config --no-build --no-restore }
314327
} finally {
315328
Pop-Location
316329
}
317330

318-
Push-Location -Path $base_dir\tests\SimpleIdServer.Vc.Tests
331+
Push-Location -Path $base_dir\tests\SimpleIdServer.OpenidFederation.Tests
319332

320333
try {
321334
exec { & dotnet test -c $config --no-build --no-restore }

0 commit comments

Comments
 (0)