Skip to content
Snippets Groups Projects
Commit 4305f955 authored by david_williams's avatar david_williams
Browse files

[129880] need to copy update jars to {build label} directory

parent cc3ffbfe
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@
<!-- create zipped up versions for update site -->
<property name="UpdateSiteStagingLocation"
value="${buildDirectory}/updateSite" />
value="${buildDirectory}/${buildLabel}/updateSite" />
<antcall target="generateUpdateSite" />
</target>
......
......@@ -179,7 +179,7 @@
<!-- create zipped up versions for update site -->
<property name="UpdateSiteStagingLocation"
value="${buildDirectory}/updateSite" />
value="${buildDirectory}/${buildLabel}/updateSite" />
<antcall target="generateUpdateSite" />
</target>
......
......@@ -184,7 +184,7 @@
<!-- create zipped up versions for update site -->
<property name="UpdateSiteStagingLocation"
value="${buildDirectory}/updateSite" />
value="${buildDirectory}/${buildLabel}/updateSite" />
<antcall target="generateUpdateSite" />
</target>
......
......@@ -175,7 +175,7 @@
<target name="postBuild">
<!-- create zipped up versions for update site -->
<property name="UpdateSiteStagingLocation"
value="${buildDirectory}/updateSite" />
value="${buildDirectory}/${buildLabel}/updateSite" />
<antcall target="generateUpdateSite" />
</target>
......
......@@ -168,7 +168,7 @@
<target name="postBuild">
<!-- create zipped up versions for update site -->
<property name="UpdateSiteStagingLocation"
value="${buildDirectory}/updateSite" />
value="${buildDirectory}/${buildLabel}/updateSite" />
<antcall target="generateUpdateSite" />
</target>
......
......@@ -174,7 +174,7 @@
<target name="postBuild">
<!-- create zipped up versions for update site -->
<property name="UpdateSiteStagingLocation"
value="${buildDirectory}/updateSite" />
value="${buildDirectory}/${buildLabel}/updateSite" />
<antcall target="generateUpdateSite" />
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment