Remove xcsync from packs on Windows CI (#24071)
This commit is contained in:
Родитель
b1afed7fce
Коммит
d5881c0d82
|
@ -44,6 +44,9 @@ steps:
|
|||
- pwsh: echo "##vso[task.prependpath]$(DotNet.Dir)"
|
||||
displayName: 'Add .NET to PATH'
|
||||
|
||||
- pwsh: Get-ChildItem "$(DotNet.Dir)/packs/Microsoft.*.Sdk.*/*/tools/lib/xcsync" | Remove-Item -Recurse
|
||||
displayName: 'Remove xcsync as this is not used and will be fixed later'
|
||||
|
||||
- ${{ if eq(parameters.useArtifacts, true) }}:
|
||||
|
||||
- task: DownloadBuildArtifacts@0
|
||||
|
|
Загрузка…
Ссылка в новой задаче