Where is the web zip package

Aries Zhang's Avatar

Aries Zhang

10 Feb, 2017 05:45 AM

I just simply want to publish a website into my ftp. I checked "Package Web Applications for XCopy deployment" in build settings, I did't define any artifacts and I can see the following build log:

Uploading artifacts...
[1/1] AppHost.zip (3,088,430 bytes)...100%

Now I just want to upload this zip file to my server via http, but where is this file? I searched through your documents, unfortunately, I have found no valuable information, may be have a document that aggregates where you conventionally preserve various kinds of files will help newbies a lot.

  1. 1 Posted by Aries Zhang on 10 Feb, 2017 05:47 AM

    Aries Zhang's Avatar

    Sorry, "ftp" in the first sentence should be "http server", but it should has no matter with the main point.

  2. 2 Posted by Ilya Finkelshte... on 10 Feb, 2017 11:32 PM

    Ilya Finkelshteyn's Avatar

    Hi Aries,

    Please take a look at this part of documentation and let us know if this helps or you have additional questions.

    Thanks!
    Ilya.

  3. 3 Posted by Aries on 13 Feb, 2017 08:01 AM

    Aries's Avatar

    Thanks, IIya.

    The document you mentioned is all about how to download an artifact, but if I already have the artifact on the build server, why would I bother downloading?

  4. 4 Posted by Ilya Finkelshte... on 13 Feb, 2017 08:14 AM

    Ilya Finkelshteyn's Avatar

    Ah for some reason I decided you want to download it from your server. You can get local path $artifacts hash table described here

    It can look like ($artifacts.values | Where-Object { $_.path -like '*.zip' }).path

    Thanks!
    Ilya.

  5. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:14 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac