Commit graph

26 commits

Author SHA1 Message Date
Livar
f465a0873c
Merge pull request #2656 from riarenas/riarenas/testing
Publish the internal dummy package used by dependency flow using Arcade.
2019-07-11 10:32:48 -07:00
riarenas
666ba6a256 revert deletion of blank line 2019-07-01 10:31:42 -07:00
Christopher Costa
e0a6ccca89 Provide NonShipping metadata 2019-06-26 13:55:25 -07:00
riarenas
b9d748378e remove blank line 2019-06-26 13:21:40 -07:00
riarenas
4600b1f284 Publish the internal dummy package used by dependency flow using Arcade. 2019-06-26 10:28:18 -07:00
John Beisner
d987a525c8
Resolve named CAB collision and drop the CABs (#1976)
* Resolve named CAB collision; drop the CABs.

* Resolving naming convention warning: 8 chars plus {0} are allowed.

* Update src/redist/targets/packaging/windows/clisdk/dotnet.wxs

Co-Authored-By: Peter Huene <pehuene@microsoft.com>
2019-05-16 16:33:29 -07:00
Nick Guerrera
34e3ada495
Merge pull request #343 from nguerrera/publish-non-shipping
Publish non-shipping VS.* packages to blob storage
2019-01-31 16:29:21 -08:00
Nick Guerrera
4677d4d6f4 Remove obsolete ShipInstaller metadata 2019-01-31 15:34:59 -08:00
Nick Guerrera
fb32fb4417 Publish non-shipping VS.* packages to blob storage 2019-01-30 16:24:21 -08:00
Christopher Costa
a0a6844e0b Differentiate manifests 2019-01-28 10:32:29 -08:00
Christopher Costa
9d4acc274c use agent_os 2019-01-24 16:43:28 -08:00
Christopher Costa
230f7ea7cb Update manifest name based on osname existence 2019-01-24 16:40:12 -08:00
Christopher Costa
df6f0d65e6 Change asset manifest filename to use osname 2019-01-24 15:48:08 -08:00
Christopher Costa
72241ceddf disambiguate by architecture 2019-01-24 14:39:41 -08:00
Christopher Costa
70b5e0eaaa Fix naming reassignment 2019-01-24 14:28:52 -08:00
Christopher Costa
421506e7d2 fix typo 2019-01-24 14:10:57 -08:00
Christopher Costa
443f6e0a94 Fix manifest publishing 2019-01-24 14:00:22 -08:00
Matt Mitchell
f6691cff13 Move property group after import 2019-01-24 13:12:57 -08:00
Matt Mitchell
4048a2ca3d Disambiguate asset manifest path 2019-01-24 12:43:39 -08:00
Christopher Costa
0837010fd6 Publish to bar (#328)
* Enable publishing to BAR

* Update feed package version

* var group not available in public

* move asset manifest parameter to variable

* Fix matrix
2019-01-24 11:21:51 -08:00
Livar Cunha
f89c855d80 Actually only include the badge when publishing badge and binaries. 2018-12-26 11:55:10 -08:00
Livar Cunha
a0b8eeb8c9 Prevent attempting to publish duplicate badge and checksum files. 2018-12-26 11:42:24 -08:00
Parallels
d3e2ea2488 Fixing debs generation. The issue was that we were losing the exec permission on the apphost in the sdk folder. This caused it to not be picked up by dh_shlibsdeps. This happened because the order of the apphost acquisition was changed to be after crossgen, where we change permissions of all files under the SDK folder to 644. The fix here was to make the apphost acquisition to happen after crossgen. 2018-12-25 11:52:51 -08:00
Livar Cunha
e0e642a543 Fixing the publishing of deb and rpm files. Also added a property to turn off publishing binaries, as we need to prevent the linux-x64 binaries from being published multiple times. 2018-12-21 21:43:17 -08:00
Livar Cunha
23b7b332e6 Producing and publishing checksums. Also, publishing sdk assets ourselves, so that we can add metadata regarding where to push nupkgs. 2018-12-21 19:42:48 -08:00
Livar Cunha
db5b588e45 Copy latest to blob when all legs succeed. 2018-12-20 13:21:18 -08:00
Renamed from eng/Publish.props (Browse further)