Skip to content

Commit b7d851e

Browse files
committed
Built OpenidConnect and WsFederation packages
1 parent 8c2066b commit b7d851e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

repo-projects/azure-activedirectory-identitymodel-extensions-for-dotnet.proj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<MicrosoftIdentityModelJsonWebTokensProject>$(ProjectDirectory)src/Microsoft.IdentityModel.JsonWebTokens/Microsoft.IdentityModel.JsonWebTokens.csproj</MicrosoftIdentityModelJsonWebTokensProject>
1515
<MicrosoftIdentityModelAbstractionsProject>$(ProjectDirectory)src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj</MicrosoftIdentityModelAbstractionsProject>
1616
<MicrosoftIdentityModelLoggingProject>$(ProjectDirectory)src/Microsoft.IdentityModel.Logging/Microsoft.IdentityModel.Logging.csproj</MicrosoftIdentityModelLoggingProject>
17+
<MicrosoftIdentityModelProtocolsOpenIdConnectProject>$(ProjectDirectory)src/Microsoft.IdentityModel.Protocols.OpenIdConnect/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj</MicrosoftIdentityModelProtocolsOpenIdConnectProject>
18+
<MicrosoftIdentityModelProtocolsWsFederationProject>$(ProjectDirectory)src/Microsoft.IdentityModel.Protocols.WsFederation/Microsoft.IdentityModel.Protocols.WsFederation.csproj</MicrosoftIdentityModelProtocolsWsFederationProject>
1719

1820
<BuildCommandArgs>$(BuildCommandArgs) /p:Configuration=$(Configuration)</BuildCommandArgs>
1921
<BuildCommandArgs>$(BuildCommandArgs) /p:MicrosoftSourceLinkGitHubVersion=$(MicrosoftSourceLinkGitHubVersion)</BuildCommandArgs>
@@ -24,37 +26,37 @@
2426
<PackCommandArgs>$(BuildCommandArgs) --output $(ProjectDirectory)pack</PackCommandArgs>
2527
</PropertyGroup>
2628

27-
<Exec Command="$(DotnetToolCommand) restore /bl:restore.binlog $(SystemIdentityModelTokensJwtProject) $(BuildCommandArgs)"
29+
<Exec Command="$(DotnetToolCommand) pack /bl:pack_TokensJwt.binlog $(SystemIdentityModelTokensJwtProject) $(PackCommandArgs)"
2830
EnvironmentVariables="@(EnvironmentVariables)"
2931
WorkingDirectory="$(ProjectDirectory)"
3032
IgnoreStandardErrorWarningFormat="true" />
3133

32-
<Exec Command="$(DotnetToolCommand) build /bl:build.binlog $(SystemIdentityModelTokensJwtProject) $(BuildCommandArgs)"
34+
<Exec Command="$(DotnetToolCommand) pack /bl:pack_Tokens.binlog $(MicrosoftIdentityModelsTokenProject) $(PackCommandArgs)"
3335
EnvironmentVariables="@(EnvironmentVariables)"
3436
WorkingDirectory="$(ProjectDirectory)"
3537
IgnoreStandardErrorWarningFormat="true" />
3638

37-
<Exec Command="$(DotnetToolCommand) pack /bl:pack_TokensJwt.binlog $(SystemIdentityModelTokensJwtProject) $(PackCommandArgs)"
39+
<Exec Command="$(DotnetToolCommand) pack /bl:pack_JsonWebTokens.binlog $(MicrosoftIdentityModelJsonWebTokensProject) $(PackCommandArgs)"
3840
EnvironmentVariables="@(EnvironmentVariables)"
3941
WorkingDirectory="$(ProjectDirectory)"
4042
IgnoreStandardErrorWarningFormat="true" />
4143

42-
<Exec Command="$(DotnetToolCommand) pack /bl:pack_Tokens.binlog $(MicrosoftIdentityModelsTokenProject) $(PackCommandArgs)"
44+
<Exec Command="$(DotnetToolCommand) pack /bl:pack_Abstractions.binlog $(MicrosoftIdentityModelAbstractionsProject) $(PackCommandArgs)"
4345
EnvironmentVariables="@(EnvironmentVariables)"
4446
WorkingDirectory="$(ProjectDirectory)"
4547
IgnoreStandardErrorWarningFormat="true" />
4648

47-
<Exec Command="$(DotnetToolCommand) pack /bl:pack_JsonWebTokens.binlog $(MicrosoftIdentityModelJsonWebTokensProject) $(PackCommandArgs)"
49+
<Exec Command="$(DotnetToolCommand) pack /bl:pack_Logging.binlog $(MicrosoftIdentityModelLoggingProject) $(PackCommandArgs)"
4850
EnvironmentVariables="@(EnvironmentVariables)"
4951
WorkingDirectory="$(ProjectDirectory)"
5052
IgnoreStandardErrorWarningFormat="true" />
5153

52-
<Exec Command="$(DotnetToolCommand) pack /bl:pack_Abstractions.binlog $(MicrosoftIdentityModelAbstractionsProject) $(PackCommandArgs)"
54+
<Exec Command="$(DotnetToolCommand) pack /bl:pack_OpenIdConnect.binlog $(MicrosoftIdentityModelProtocolsOpenIdConnectProject) $(PackCommandArgs)"
5355
EnvironmentVariables="@(EnvironmentVariables)"
5456
WorkingDirectory="$(ProjectDirectory)"
5557
IgnoreStandardErrorWarningFormat="true" />
5658

57-
<Exec Command="$(DotnetToolCommand) pack /bl:pack_Logging.binlog $(MicrosoftIdentityModelLoggingProject) $(PackCommandArgs)"
59+
<Exec Command="$(DotnetToolCommand) pack /bl:pack_WsFederation.binlog $(MicrosoftIdentityModelProtocolsWsFederationProject) $(PackCommandArgs)"
5860
EnvironmentVariables="@(EnvironmentVariables)"
5961
WorkingDirectory="$(ProjectDirectory)"
6062
IgnoreStandardErrorWarningFormat="true" />

0 commit comments

Comments
 (0)