You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Philo can you hold off submitting a PR? This might need to a be hotfix, and to facilitate that PR, we will need to create a hotfix branch, which you can select as the destination for the PR.
What You Are Seeing?
UploadArtifact
has an incorrectly named parameter (-ArtifactType should be -Type)UploadTestResults
is still silently completing without displaying uploaded test dataWhat is Expected?
UploadArtifact
should upload with the type specified, however it will use the default "Auto" type at the momentUploadTestResults
needs an additional name parameter set for the multipart-form-data requestWhat version of Cake are you using?
0.15.0
Are you running on a 32 or 64 bit system?
64 bit
What environment are you running on? Windows? Linux? Mac?
Windows
Are you running on a CI Server? If so, which one?
AppVeyor
I will have a pull request incoming asap with these corrections.
The text was updated successfully, but these errors were encountered: