0

I am publishing artifact and some supporting files for release phase.

Error I am getting:

Fail to upload '/home/vsts/work/1/a/app.yaml' due to 'TF10123: The
path '**/app.yaml' contains the character '*'. Remove the '*' and try
again.'.

There is no * in app.yaml file, please tell me what to do to fix this.

Let me know if any more information is required.

doelleri
  • 19,232
  • 5
  • 61
  • 65
Indrajeet Gour
  • 4,020
  • 5
  • 43
  • 70
  • Hi @Indrajeet Gour How was it going with this case, Did you work it out? if not, could share a screenshot of your publish artifact task? – Levi Lu-MSFT Dec 02 '19 at 08:40

1 Answers1

0

Check your file if it contains any whitespace characters (invisible ones, so use a HEX format display....), remove those characters and commit it again.

Peter Schneider
  • 2,879
  • 1
  • 14
  • 17
  • I tried removing the extra charaters from the all the files use dos2unix before publish it but it did not work out. Do you have any other idea for this. – Indrajeet Gour Nov 27 '19 at 06:01
  • Perhaps something like [this](https://stackoverflow.com/questions/591923/make-git-automatically-remove-trailing-whitespace-before-committing)... – Peter Schneider Nov 27 '19 at 07:02