Skip to content

Commit ff4a2b5

Browse files
committed
Merged PR 736306: Remove more references to Microsoft.IdentityModel.Clients.ActiveDirectory
- This dependency appears to be unused by the daemon tools now (since it uses VssCredentialsFactory for auth now) ---- #### AI-Generated Description This change removes the reference to the package `Microsoft.IdentityModel.Clients.ActiveDirectory` from three files: **Tool.DropDaemon.dsc**, **Tool.SymbolDaemon.dsc**, and **Test.Tool.DropDaemon.dsc**. These files are part of the BuildXL project, which is a high-performance build engine that enables fast and scalable builds. The package `Microsoft.IdentityModel.Clients.ActiveDirectory` provides authentication functionality for Azure Active Directory, but it is not used by the code in these files. Related work items: #2099917
1 parent d3b3ef6 commit ff4a2b5

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

Public/Src/Tools/DropDaemon/DropDaemon.exe.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
<assemblyIdentity name="System.Threading.Tasks.Dataflow" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
3838
<bindingRedirect oldVersion="0.0.0.0-4.6.3.0" newVersion="4.6.3.0" />
3939
</dependentAssembly>
40-
<dependentAssembly>
41-
<assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
42-
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0" />
43-
</dependentAssembly>
4440
<dependentAssembly>
4541
<assemblyIdentity name="Microsoft.WindowsAzure.Storage" publicKeyToken="31bf3856ad364e35" culture="neutral" />
4642
<bindingRedirect oldVersion="0.0.0.0-9.3.2.0" newVersion="9.3.2.0" />

Public/Src/Tools/DropDaemon/Tool.DropDaemon.dsc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export namespace DropDaemon {
3535
importFrom("ItemStore.Shared").pkg,
3636
importFrom("Microsoft.ApplicationInsights").pkg,
3737
importFrom("Microsoft.AspNet.WebApi.Client").pkg,
38-
importFrom("Microsoft.IdentityModel.Clients.ActiveDirectory").pkg,
3938
importFrom("Microsoft.VisualStudio.Services.ArtifactServices.Shared").pkg,
4039
importFrom("Microsoft.VisualStudio.Services.BlobStore.Client").pkg,
4140
importFrom("Microsoft.VisualStudio.Services.Client").pkg,

Public/Src/Tools/SymbolDaemon/SymbolDaemon.exe.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
<assemblyIdentity name="System.Threading.Tasks.Dataflow" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
3838
<bindingRedirect oldVersion="0.0.0.0-4.6.3.0" newVersion="4.6.3.0" />
3939
</dependentAssembly>
40-
<dependentAssembly>
41-
<assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
42-
<bindingRedirect oldVersion="0.0.0.0-4.5.1.0" newVersion="4.5.1.0" />
43-
</dependentAssembly>
4440
<dependentAssembly>
4541
<assemblyIdentity name="Microsoft.WindowsAzure.Storage" publicKeyToken="31bf3856ad364e35" culture="neutral" />
4642
<bindingRedirect oldVersion="0.0.0.0-9.3.2.0" newVersion="9.3.2.0" />

Public/Src/Tools/SymbolDaemon/Tool.SymbolDaemon.dsc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export const exe = !BuildXLSdk.isSymbolToolingEnabled ? undefined : BuildXLSdk.e
3535
importFrom("ArtifactServices.App.Shared.Cache").pkg,
3636
importFrom("Microsoft.ApplicationInsights").pkg,
3737
importFrom("Microsoft.AspNet.WebApi.Client").pkg,
38-
importFrom("Microsoft.IdentityModel.Clients.ActiveDirectory").pkg,
3938
importFrom("Microsoft.VisualStudio.Services.ArtifactServices.Shared").pkg,
4039
importFrom("Microsoft.VisualStudio.Services.BlobStore.Client").pkg,
4140
importFrom("Microsoft.VisualStudio.Services.Client").pkg,

Public/Src/Tools/UnitTests/DropDaemon/Test.Tool.DropDaemon.dsc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ namespace Test.Tool.DropDaemon {
3030
importFrom("Microsoft.VisualStudio.Services.ArtifactServices.Shared").pkg,
3131
importFrom("Microsoft.VisualStudio.Services.BlobStore.Client").pkg,
3232
importFrom("Microsoft.VisualStudio.Services.BlobStore.Client.Cache").pkg,
33-
importFrom("Microsoft.IdentityModel.Clients.ActiveDirectory").pkg,
3433
importFrom("Microsoft.VisualStudio.Services.Client").pkg,
3534
importFrom("Microsoft.VisualStudio.Services.InteractiveClient").pkg,
3635
importFrom("Microsoft.Azure.Storage.Common").pkg,

0 commit comments

Comments
 (0)