We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation for the build tasks upload command is really confusing. Here it says
build tasks upload
tfx build tasks upload --task-path ./path
On the video on the same page it says
tfx build tasks upload ./path
On this site the guy says it's (Although I don't know whether this is an official blog post of you)
tfx build tasks upload –task.path ./path
After trying all the possibilities and finding out that neither one works on my windows cmd I finally found out that the working command is just
tfx build tasks upload
And then one has to provide the path in the next step.
Could you please update your documenation regarding those inconsistencies?
Kind regards Peter
The text was updated successfully, but these errors were encountered:
I'll take this task. tfx build task area needs other work and docs
Sorry, something went wrong.
AnnaOpareva
Successfully merging a pull request may close this issue.
The documentation for the
build tasks upload
command is really confusing.Here it says
On the video on the same page it says
On this site the guy says it's (Although I don't know whether this is an official blog post of you)
After trying all the possibilities and finding out that neither one works on my windows cmd I finally found out that the working command is just
And then one has to provide the path in the next step.
Could you please update your documenation regarding those inconsistencies?
Kind regards
Peter
The text was updated successfully, but these errors were encountered: