Remove xcsync from packs on Windows CI (#24071)

This commit is contained in:
Matthew Leibowitz 2024-08-08 02:35:15 +08:00 коммит произвёл GitHub
Родитель b1afed7fce
Коммит d5881c0d82
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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