|
14 | 14 | <MicrosoftIdentityModelJsonWebTokensProject>$(ProjectDirectory)src/Microsoft.IdentityModel.JsonWebTokens/Microsoft.IdentityModel.JsonWebTokens.csproj</MicrosoftIdentityModelJsonWebTokensProject>
|
15 | 15 | <MicrosoftIdentityModelAbstractionsProject>$(ProjectDirectory)src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj</MicrosoftIdentityModelAbstractionsProject>
|
16 | 16 | <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> |
17 | 19 |
|
18 | 20 | <BuildCommandArgs>$(BuildCommandArgs) /p:Configuration=$(Configuration)</BuildCommandArgs>
|
19 | 21 | <BuildCommandArgs>$(BuildCommandArgs) /p:MicrosoftSourceLinkGitHubVersion=$(MicrosoftSourceLinkGitHubVersion)</BuildCommandArgs>
|
|
24 | 26 | <PackCommandArgs>$(BuildCommandArgs) --output $(ProjectDirectory)pack</PackCommandArgs>
|
25 | 27 | </PropertyGroup>
|
26 | 28 |
|
27 |
| - <Exec Command="$(DotnetToolCommand) restore /bl:restore.binlog $(SystemIdentityModelTokensJwtProject) $(BuildCommandArgs)" |
| 29 | + <Exec Command="$(DotnetToolCommand) pack /bl:pack_TokensJwt.binlog $(SystemIdentityModelTokensJwtProject) $(PackCommandArgs)" |
28 | 30 | EnvironmentVariables="@(EnvironmentVariables)"
|
29 | 31 | WorkingDirectory="$(ProjectDirectory)"
|
30 | 32 | IgnoreStandardErrorWarningFormat="true" />
|
31 | 33 |
|
32 |
| - <Exec Command="$(DotnetToolCommand) build /bl:build.binlog $(SystemIdentityModelTokensJwtProject) $(BuildCommandArgs)" |
| 34 | + <Exec Command="$(DotnetToolCommand) pack /bl:pack_Tokens.binlog $(MicrosoftIdentityModelsTokenProject) $(PackCommandArgs)" |
33 | 35 | EnvironmentVariables="@(EnvironmentVariables)"
|
34 | 36 | WorkingDirectory="$(ProjectDirectory)"
|
35 | 37 | IgnoreStandardErrorWarningFormat="true" />
|
36 | 38 |
|
37 |
| - <Exec Command="$(DotnetToolCommand) pack /bl:pack_TokensJwt.binlog $(SystemIdentityModelTokensJwtProject) $(PackCommandArgs)" |
| 39 | + <Exec Command="$(DotnetToolCommand) pack /bl:pack_JsonWebTokens.binlog $(MicrosoftIdentityModelJsonWebTokensProject) $(PackCommandArgs)" |
38 | 40 | EnvironmentVariables="@(EnvironmentVariables)"
|
39 | 41 | WorkingDirectory="$(ProjectDirectory)"
|
40 | 42 | IgnoreStandardErrorWarningFormat="true" />
|
41 | 43 |
|
42 |
| - <Exec Command="$(DotnetToolCommand) pack /bl:pack_Tokens.binlog $(MicrosoftIdentityModelsTokenProject) $(PackCommandArgs)" |
| 44 | + <Exec Command="$(DotnetToolCommand) pack /bl:pack_Abstractions.binlog $(MicrosoftIdentityModelAbstractionsProject) $(PackCommandArgs)" |
43 | 45 | EnvironmentVariables="@(EnvironmentVariables)"
|
44 | 46 | WorkingDirectory="$(ProjectDirectory)"
|
45 | 47 | IgnoreStandardErrorWarningFormat="true" />
|
46 | 48 |
|
47 |
| - <Exec Command="$(DotnetToolCommand) pack /bl:pack_JsonWebTokens.binlog $(MicrosoftIdentityModelJsonWebTokensProject) $(PackCommandArgs)" |
| 49 | + <Exec Command="$(DotnetToolCommand) pack /bl:pack_Logging.binlog $(MicrosoftIdentityModelLoggingProject) $(PackCommandArgs)" |
48 | 50 | EnvironmentVariables="@(EnvironmentVariables)"
|
49 | 51 | WorkingDirectory="$(ProjectDirectory)"
|
50 | 52 | IgnoreStandardErrorWarningFormat="true" />
|
51 | 53 |
|
52 |
| - <Exec Command="$(DotnetToolCommand) pack /bl:pack_Abstractions.binlog $(MicrosoftIdentityModelAbstractionsProject) $(PackCommandArgs)" |
| 54 | + <Exec Command="$(DotnetToolCommand) pack /bl:pack_OpenIdConnect.binlog $(MicrosoftIdentityModelProtocolsOpenIdConnectProject) $(PackCommandArgs)" |
53 | 55 | EnvironmentVariables="@(EnvironmentVariables)"
|
54 | 56 | WorkingDirectory="$(ProjectDirectory)"
|
55 | 57 | IgnoreStandardErrorWarningFormat="true" />
|
56 | 58 |
|
57 |
| - <Exec Command="$(DotnetToolCommand) pack /bl:pack_Logging.binlog $(MicrosoftIdentityModelLoggingProject) $(PackCommandArgs)" |
| 59 | + <Exec Command="$(DotnetToolCommand) pack /bl:pack_WsFederation.binlog $(MicrosoftIdentityModelProtocolsWsFederationProject) $(PackCommandArgs)" |
58 | 60 | EnvironmentVariables="@(EnvironmentVariables)"
|
59 | 61 | WorkingDirectory="$(ProjectDirectory)"
|
60 | 62 | IgnoreStandardErrorWarningFormat="true" />
|
|
0 commit comments