Skip to content

Commit

Permalink
Remove derecated assemblies in the the Deploy-MSBuild script (#10903)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaynieBai authored Oct 29, 2024
1 parent 55395c5 commit 6e41afb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/Deploy-MSBuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if ($runtime -eq "Desktop") {

# If bootstrap directory is not defined in parameters, use the default location
if ($binDirectory -eq "") {
$binDirectory = "artifacts\bin"
$binDirectory = "artifacts\bin"
}

$bootstrapBinDirectory = "$binDirectory\MSBuild.Bootstrap\$configuration\$targetFramework"
Expand Down Expand Up @@ -116,8 +116,6 @@ $filesToCopyToBin = @(

if ($runtime -eq "Desktop") {
$runtimeSpecificFiles = @(
FileToCopy "$binDirectory\Microsoft.Build.Conversion\$configuration\$targetFramework\Microsoft.Build.Conversion.Core.dll"
FileToCopy "$binDirectory\Microsoft.Build.Engine\$configuration\$targetFramework\Microsoft.Build.Engine.dll"

FileToCopy "$bootstrapBinDirectory\Microsoft.Bcl.AsyncInterfaces.dll"
FileToCopy "$bootstrapBinDirectory\Microsoft.Data.Entity.targets"
Expand Down

0 comments on commit 6e41afb

Please sign in to comment.