Uploads a file to the specified Release on CodePlex

<CodePlexUpload
		Project="myproject"
		Username="username"
		Password="p@ssw0rd"
		ReleaseName="$(ReleaseName)"
		File="Full/Path/To/File.upload"/>

Input Properties

NameDescriptionTypeRequiredDefault
ProjectThe name of the projectStringtruenull
ReleaseNameThe full name of the release to upload to. This can be retrieved when creating the release, see CodePlexCreateReleaseStringtruenull
UsernameYour codeplex usernameStringtruenull
PasswordYour codeplex passwordStringtruenull
FileThe full path to the fileStringtruenull
FileTypeThe type of file this represents in the releaseEnum[RuntimeBinary|SourceCode|Documentation|Example]falseRuntimeBinary
TimeoutThe amount of time, in seconds, before the upload process will timeout.Integerfalse600
TreatErrorsAsWarningsIf an error occurs, and true, then it will display a warningbooleanfalsefalse
ProxyHostThe name of the proxy serverStringfalsenull
ProxyPostThe port of the proxy serverIntegerfalse8080
ProxyUserThe username to use for proxy authenticationStringfalsenull
ProxyPasswordThe password to use for proxy authenticationStringfalsenull

Output Properties

I would like to have this task return the url to the file so it can be downloaded, but the API does not return any of that information. If you would also like for this task to return the download url, please go vote for Workitem:21998

Last edited Dec 23, 2009 at 10:06 PM by camalot, version 5

Comments

No comments yet.