File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 196
196
<Exec Command =" $(PowerShellCoreCommandPrefix) " Get-ChildItem -Path $(RepoArtifacts)/$(Configuration) -Recurse -Include 'runtimes' | Remove-Item -Recurse -Force" " Condition =" '$(CodeSign)' == 'true'" />
197
197
198
198
<Exec Command =" $(PowerShellCoreCommandPrefix) " . $(RepoTools)/UpdateModules.ps1 -BuildConfig $(Configuration) -Scope $(Scope)" " />
199
+ <!-- Delete .deps.json files -->
200
+ <Exec Command =" $(PowerShellCoreCommandPrefix) " Get-ChildItem -Path $(RepoArtifacts) -Recurse | Where-Object { $_.Name -Like '*Az.*.deps.json' -or $_.Name -Like 'Microsoft.Azure.*.deps.json' } | Remove-Item -Recurse -Force" " />
199
201
</Target >
200
202
201
203
<Target Name =" OnPremChecks" Condition =" '$(OnPremiseBuild)'" >
You can’t perform that action at this time.
0 commit comments