Commit graph

9917 commits

Author SHA1 Message Date
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
Daniel Plaisted
ebd23a5c95
Merge pull request #140 from dotnet/port2arcade
Move core-sdk to arcade
2018-12-11 16:32:51 -08:00
Daniel Plaisted
e5c8a3495c Prevent the literal "$(_AdditionalBuildParameters)" to be passed to the build script on non-Windows 2018-12-11 16:03:28 -08:00
Daniel Plaisted
d2a4791929 Don't try to sign installers for ARM (since they aren't built) 2018-12-11 14:59:47 -08:00
Daniel Plaisted
a346e17c76 Prevent the literal "$(_AdditionalBuildParameters)" to be passed to the build script 2018-12-11 14:02:24 -08:00
Daniel Plaisted
ee9799118e Remove commented out code 2018-12-06 18:22:29 -08:00
Daniel Plaisted
6c1e2887f8 Sign NuGet package 2018-12-06 17:58:10 -08:00
Daniel Plaisted
4980693ed6 Change release suffix to "arcade" 2018-12-06 14:07:36 -08:00
Daniel Plaisted
a84cda76e2 Create nupkg for VS insertion 2018-12-06 13:32:32 -08:00
Daniel Plaisted
f2481a29b3 Correctly generate internal and combined archives 2018-12-06 13:31:59 -08:00
Daniel Plaisted
5c56d2c273 Glob for .cab files to sign 2018-12-06 13:14:44 -08:00
Daniel Plaisted
583de7f027 Sign MSI and Bundle 2018-12-06 10:49:10 -08:00
Daniel Plaisted
f974e2bbac Merge upstream changes 2018-12-05 18:08:40 -08:00
Daniel Plaisted
60f6fe6496 Disable generating DEB packages
https://github.com/dotnet/core-sdk/issues/201
2018-12-05 18:02:18 -08:00
Daniel Plaisted
c6b78f4205 Use different dotnet and artifacts folders when running in docker (on Windows)
This means docker builds won't conflict with each other or with a non-docker build
2018-12-05 17:48:17 -08:00
Livar
799a33c6ba
Merge pull request #200 from dotnet/update_runtime
Update runtime version to 3.0.0-preview-27205-02
2018-12-05 16:32:06 -08:00
Livar
79838fe30c
Merge pull request #171 from mkrautz/fix-macos-installer-typo
Fix 'websites.It' typo in macOS installer
2018-12-05 15:51:06 -08:00
Livar Cunha
829bc78ccf Updating the CLi.Utils version that we use in core-sdk to one with a new muxer class that has the proper AppContext handling. 2018-12-05 15:48:17 -08:00
Daniel Plaisted
adea98d49d Merge upstream changes 2018-12-05 14:07:02 -08:00
Daniel Plaisted
2b9f55496d Remove dependency on target which doesn't exist 2018-12-05 14:02:31 -08:00
Livar Cunha
4dc369957e Updating runtime version to 3.0.0-preview-27205-02 2018-12-05 13:42:01 -08:00
Livar
a94690af50
Merge pull request #199 from dotnet/livarcocc-patch-2
Updating toolset to 3.0.100-preview-009734
2018-12-05 13:40:51 -08:00
Livar
00c3001e66
Updating toolset to 3.0.100-preview-009734 2018-12-05 12:42:41 -08:00
Daniel Plaisted
42c0ecb69a Hook up building installers to Pack target 2018-12-05 12:21:56 -08:00
Daniel Plaisted
ec65352e9c Handle unset AdditionalBuildParameters variable 2018-12-04 23:37:31 -08:00
Daniel Plaisted
3744706ed1 Switch to slashes for MSBuild parameters so Powershell doesn't try to interpret them 2018-12-04 23:30:53 -08:00
Daniel Plaisted
c8b229f43f Set up signing in CI 2018-12-04 22:59:19 -08:00
Daniel Plaisted
406519bc8a Sign layout 2018-12-04 22:59:19 -08:00
Daniel Plaisted
77b34b17c0 Fix parameter parsing for run-build, and report better stack trace on failures 2018-12-04 22:59:10 -08:00
Daniel Plaisted
d8b55a5561 Update arcade 2018-12-04 09:31:23 -08:00
Daniel Plaisted
6c8f08bbd9 Include AppHostTemplate 2018-12-03 18:58:43 -08:00
Daniel Plaisted
55841f78ea Crossgen layout 2018-12-03 18:15:31 -08:00
Daniel Plaisted
9c18e156fe Merge upstream changes 2018-12-03 18:10:32 -08:00
John Beisner
90d7ea73d7
SDK bundle installer updates (#194)
* Adding a period.

* Updating installation notice in SDK bundle installer
2018-11-30 11:37:47 -08:00
Daniel Plaisted
3df2eb5c8e Fix using wrong SDK when restoring
DotnetCommand should be used so that MSBuildSDKsPath gets unset
2018-11-29 23:43:09 -08:00
Daniel Plaisted
7d461295be Check bitness of dotnet under test instead of test host process 2018-11-29 23:38:49 -08:00
Daniel Plaisted
c4452f06c7 Disable tests for ARM legs 2018-11-29 20:22:52 -08:00
Daniel Plaisted
d4db5e64b5 Merge upstream changes 2018-11-29 17:27:58 -08:00
Livar
e3abf6e935
Merge pull request #193 from natemcmaster/aspnet-upgrade
Update aspnetcore to 3.0.0-preview-18579-0056
2018-11-29 16:41:11 -08:00
Nate McMaster
7b9a758e31
Update aspnetcore to 3.0.0-preview-18579-0056 and toolset to 3.0.100-preview-009732 2018-11-29 16:03:55 -08:00
Livar
8dd29ba5f6
Merge pull request #176 from jkotas/slack
Delete slack link, standardize on gitter
2018-11-29 13:58:21 -08:00
Livar
10ca7184be
Merge pull request #191 from jkotas/issue-10399
Replace private System.AppDomain reflection with a regular call
2018-11-29 13:58:04 -08:00
Jan Kotas
32a0fa70f7 Replace private System.AppDomain reflection with a regular call
Fixes dotnet/cli#10399
2018-11-28 20:42:31 -08:00
Matt Mitchell
73574414c4
Merge pull request #190 from natemcmaster/fingers-crossed
Update aspnet to 3.0.0-preview-18579-0053
2018-11-28 19:16:06 -08:00
Livar
9996629b3c
Updating toolset to 3.0.100-preview-009731 2018-11-28 18:35:25 -08:00
Nate McMaster
a5853279a8
Update aspnet to 3.0.0-preview-18579-0053 2018-11-28 18:03:18 -08:00
Livar
9d067fb332
Merge pull request #188 from dotnet/livarcocc-patch-2
Updating toolset version to 3.0.100-preview-009730
2018-11-28 17:57:58 -08:00
Livar
28e864db34
Updating toolset version to 3.0.100-preview-009730 2018-11-28 17:20:18 -08:00
Livar
559dea258d
Merge pull request #186 from dotnet/dev/windowsdesktopupdate
Updating WindowsDesktop package version to 3.0.0-alpha-27128-4
2018-11-28 14:44:52 -08:00