Commit graph

9971 commits

Author SHA1 Message Date
Livar Cunha
990a41eab1 Fixing the version branding for this repo back to preview. 2018-12-26 15:06:23 -08:00
Livar
7464d9bca4
Merge pull request #222 from livarcocc/merge_dev_arcade_into_master
Merge dev/arcade into master
2018-12-26 14:50:24 -08:00
Livar Cunha
3336f6a113 Updating the branch, for copy to latest blob storage, to master. 2018-12-26 14:07:55 -08:00
Livar
dbf58695f2
Merge pull request #217 from tmat/patch-1
Update SourceLink to 1.0.0-beta2-18618-05
2018-12-26 13:47:34 -08:00
Livar
6dbfc79df2
Merge pull request #220 from dotnet/dev/advolker/arcade
Enable dependency flow into coresdk
2018-12-26 13:47:20 -08:00
Livar
671aa19d0d
Merge branch 'dev/arcade' into patch-1 2018-12-26 13:22:22 -08:00
Livar
d532b9b340
Merge branch 'dev/arcade' into dev/advolker/arcade 2018-12-26 13:20:53 -08:00
Livar
c45457e8d4
Merge pull request #221 from livarcocc/official_builds
Enabling official builds in dnceng for our dev/arcade branch
2018-12-26 13:20:19 -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
Livar
f89ff73408 Fixing MSI generation. We were missing the Windows desktop version as a parameter to the bundle script. 2018-12-26 10:46:40 -08:00
Livar Cunha
3ccbd61dc0 Fixing a build failure due to the merge from master. 2018-12-26 09:57:33 -08:00
Livar Cunha
3ce8eaefaa Merge branch 'master' into official_builds
* master:
  Adding a Wpf and Winforms templates registry key (#218)
  Update coresetup to preview-27218-01 (#216)
  Update WindowsDesktop Framework (#215)
  Update coresetup to preview-27217-02 (#214)
  Update coresetup to preview-27217-01
  Update coresetup to preview-27216-02 (#211)
  make GivenDotnetUsesDotnetTools test optional based on AspNetCore availability (#207)
  Update DependencyVersions.props
  Include the WindowsDesktop sharedframework in install 'Finish' page. (#208)
  Update readme; core-sdk:master (#209)
  Update WindowsDesktop
  Update toolset
  Update coresetup to preview-27214-02
  change debug to Debug to match managed part
  add entry for freebsd to badge processing
  update stage0 sdk to 3.0 preview
  Update coresetup to preview-27206-02 (#202)
  initial support for freebsd
2018-12-25 19:08:40 -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
be52214b62 Align the publishing properties between publish and copy latest and use the right key for the cli storage blob. 2018-12-21 21:27:03 -08:00
Livar Cunha
4556ac7915 Don't produce a sha file for cab files. We don't upload those. 2018-12-21 20:41:34 -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
Adam Yoblick
40c5659ce2 Enable dependency flow in to coresdk 2018-12-21 16:24:58 -06:00
John Beisner
d070d36236
Adding a Wpf and Winforms templates registry key (#218)
* Adding a Wpf and Winforms templates registry key.
2018-12-21 12:51:54 -08:00
Livar
92217daaa8 Removing strong name signing from our signing and fixing crossgen for arm. 2018-12-20 21:26:49 -08:00
Livar
4f4468c5f1 Turning off rpm and deb legs, since they are not generating the right artifacts yet and also attempt to work around the signing issue by removing the strong name siging cert that is causing issues. 2018-12-20 17:50:56 -08:00
Livar
5e6ea18043 Updating arcade one more time. Also, setting the core blob storage to publish assets for. 2018-12-20 17:32:48 -08:00
Livar
ca143b1f41 Updating arcade to 1.0.0-beta.18620.4. 2018-12-20 16:00:50 -08:00
Livar
8d3608825c Updating the signing plugin version to fix signing failures in our official builds. 2018-12-20 15:49:44 -08:00
Livar
b86ce49e8e Updating the YAML file to run ci and signing. 2018-12-20 15:25:20 -08:00
Livar Cunha
db5b588e45 Copy latest to blob when all legs succeed. 2018-12-20 13:21:18 -08:00
Livar Cunha
24f2e8c34e Publishes the binaries and native installers. 2018-12-19 16:08:49 -08:00
Livar Cunha
c5f1e52ac4 Updating arcade version. 2018-12-19 12:55:42 -08:00
Livar Cunha
584467965a Initial changes to use the publishing infra from arcade to publish our assets. 2018-12-19 12:53:08 -08:00
Tomáš Matoušek
9e5bab8161
Update .vsts-ci.yml 2018-12-18 16:18:27 -08:00
Tomáš Matoušek
d446677530
Update SourceLink to 1.0.0-beta2-18618-05 2018-12-18 16:16:54 -08:00
dotnet-maestro-bot
fa073dacc4 Update coresetup to preview-27218-01 (#216) 2018-12-18 07:38:24 -08:00
Zachary Danz
fb3c29390a Update WindowsDesktop Framework (#215) 2018-12-17 21:30:53 -08:00
dotnet-maestro-bot
29e8d98a6b Update coresetup to preview-27217-02 (#214) 2018-12-17 19:25:37 -08:00
Livar
900b7efb03
Merge pull request #212 from dotnet-maestro-bot/master-UpdateDependencies
Update coresetup to preview-27217-01 (master)
2018-12-17 08:30:04 -08:00
dotnet-maestro-bot
6b21aa2314 Update coresetup to preview-27217-01 2018-12-17 07:22:14 +00:00
dotnet-maestro-bot
ee9fe44627 Update coresetup to preview-27216-02 (#211) 2018-12-16 14:10:02 -08:00
Tomas Weinfurt
e1e6c25c1b make GivenDotnetUsesDotnetTools test optional based on AspNetCore availability (#207) 2018-12-14 20:08:38 -08:00
Daniel Plaisted
4538e052e4
Merge pull request #210 from dotnet/AdamYoblick-patch-1
Update WindowsDesktop version
2018-12-14 15:28:51 -08:00
Adam Yoblick
5d8e678ef1
Update DependencyVersions.props 2018-12-14 16:23:02 -06:00
John Beisner
59d4a7eb59
Include the WindowsDesktop sharedframework in install 'Finish' page. (#208) 2018-12-14 13:35:20 -08:00
John Beisner
b8671d5fe6
Update readme; core-sdk:master (#209)
* Updates; add FreeBSD.
* Update displayed branches...
2018-12-14 13:00:12 -08:00
Nick Guerrera
f0b43f3cf1
Merge pull request #206 from wfurt/default_config
improve build usability on Linux
2018-12-14 12:58:20 -08:00
Nick Guerrera
b4902e1776
Merge pull request #203 from nguerrera/update-toolset
Update runtimes and toolset
2018-12-14 12:53:25 -08:00
Nick Guerrera
ce002b6421 Update WindowsDesktop 2018-12-14 12:01:56 -08:00
Nick Guerrera
857a1f8ae7 Update toolset 2018-12-14 11:58:29 -08:00
dotnet-maestro-bot
3951fc71ca Update coresetup to preview-27214-02 2018-12-14 11:57:47 -08:00
wfurt
6fd3ea4b40 change debug to Debug to match managed part 2018-12-13 22:00:16 -08:00
Livar
723aa11f8e
Merge pull request #205 from wfurt/badges
add entry for freebsd to badge processing
2018-12-13 10:30:31 -08:00