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
BuildSystem.AppVeyor.UploadArtifact("./artifacts/webdeploy.zip", AppVeyorUploadArtifactType.WebDeployPackage);
BuildSystem.AppVeyor.UploadArtifact("./artifacts/package.zip");// Uploads as "Auto"
BuildSystem.AppVeyor.UploadArtifact("./artifacts/webdeploy.zip", AppVeyorUploadArtifactType.WebDeployPackage,"MyApp.Web");// assigns deployment name as required when using the deployment agent
What version of Cake are you using?
0.14.0
Are you running on a 32 or 64 bit system?
64 bit
What environment are you running on? Windows? Linux? Mac?
AppVeyor (Windows)
Are you running on a CI Server? If so, which one?
AppVeyor
The text was updated successfully, but these errors were encountered:
Philo
added a commit
to Philo/cake
that referenced
this issue
Jul 22, 2016
Adds support for the additional options available on the underlying
"appveyor PushArtifact" command line:
* -Type "Auto|WebDeployPackage|NuGetPackage"
* -DeploymentName "<string>"
Resolvescake-build#1096
Adds support for the additional options available on the underlying
"appveyor PushArtifact" command line:
Adds:
* UploadArtifacts(path);
* UploadArtifacts(path, settings);
* UploadArtifacts(path, settings => settings.SetArtifactType(AppVeyorUploadArtifactType.WebDeployPackage));
Resolvescake-build#1096
Raising the issue to attach to my incoming pull request to add these options :)
What You Are Seeing?
The
.UploadArtifact(FilePath path)
method does not support the full options available for AppVeyor.What is Expected?
What version of Cake are you using?
0.14.0
Are you running on a 32 or 64 bit system?
64 bit
What environment are you running on? Windows? Linux? Mac?
AppVeyor (Windows)
Are you running on a CI Server? If so, which one?
AppVeyor
The text was updated successfully, but these errors were encountered: