Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed file name truncating when file is located in the root of the disk #4424

Merged
merged 11 commits into from
Oct 2, 2023

Conversation

DenisNikulin5
Copy link
Contributor

@DenisNikulin5 DenisNikulin5 commented Sep 7, 2023

In this commit, I fixed an issue when the file name is truncated when it is located in the root of the disk.
It's only related to artifact.upload logging command.

Related GH work item: #4256

Testing: Manual

  • Test Pipeline - azure-pipelines.yml:
trigger:
- master

pool: Default

steps:
- powershell: |
    Write-Host "Test > C:\test.txt"
    Write-Host "##vso[artifact.upload artifactname=Test]C:\test.txt"
  displayName: 'Run script'
  • Before the fix
    image

  • After the fix
    image

@DenisNikulin5 DenisNikulin5 merged commit fbc7124 into master Oct 2, 2023
@DenisNikulin5 DenisNikulin5 deleted the artifact-upload-task-fix branch October 2, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants