Commit graph

7310 commits

Author SHA1 Message Date
seancpeters
ffdccdfc21 Re-enabling some unit tests that were skipped, but are again valid with net core 2.1 2017-08-31 15:31:44 -07:00
John Beisner
e0172b5689 Changes per code review... 2017-08-31 13:40:32 -07:00
John Beisner
8a150f89a3 Miscellaneous script fixes... 2017-08-31 13:18:42 -07:00
seancpeters
99489cf402 fixed indentation on Nuget.tempaspnetpatch.config 2017-08-31 10:49:37 -07:00
John Beisner
735188e023 Merge pull request #7377 from mikeharder/mikeharder/libcurl
Add prereq check for libcurl
2017-08-31 09:27:22 -07:00
Nick Guerrera
fb38cc9c7b Merge pull request #7568 from johnbeisner/release/2.0-vs
Turning on the NuPkg publishing from Win x86
2017-08-30 22:52:53 -07:00
John Beisner
81003e13c3 Removing extra line feeds... 2017-08-30 16:16:08 -07:00
John Beisner
fd8f3e7ebe Turning on the NuPkg publishing from Win x86 2017-08-30 16:14:15 -07:00
John Beisner
4a6d5a94d0 The enumeration of the nupkg packages depends on that the creation of packages has already occurred. 2017-08-30 15:19:41 -07:00
Nick Guerrera
23fc6ec23d Merge pull request #7567 from johnbeisner/release/2.0-vs
Trivial change to start a VSO build
2017-08-30 13:35:52 -07:00
John Beisner
71fe48fa43 Trivial change to start a VSO build 2017-08-30 13:29:17 -07:00
John Beisner
bdf27eeeb3 Merge pull request #7565 from johnbeisner/release/2.0-vs
Push the 'VS.Redist.Common.Net.Core.SDK*.nupkg' packages to blob storage.
2017-08-30 13:21:09 -07:00
John Beisner
7a918997a0 Push the 'VS.Redist.Common.Net.Core.SDK*.nupkg' packages to blob storage. 2017-08-30 12:35:11 -07:00
Nick Guerrera
b300e4026d Merge pull request #7561 from mmitche/remove-421-20vs
Remove EOL openSuSE 42.1
2017-08-30 12:19:49 -07:00
Nick Guerrera
97778cbb85 Merge pull request #7562 from mmitche/remove-421-20
Remove EOL openSuSE 42.1
2017-08-30 12:19:22 -07:00
Nick Guerrera
96de089b60 Merge pull request #7559 from mmitche/remove-421-master
Remove EOL openSuSE 42.1
2017-08-30 11:32:46 -07:00
Matt Mitchell
25d5006276 Remove EOL openSuSE 42.1 2017-08-30 10:14:54 -07:00
Matt Mitchell
4854b27cf8 Remove EOL openSuSE 42.1 2017-08-30 10:13:30 -07:00
Matt Mitchell
4771e30eff Remove EOL openSuSE 42.1 2017-08-30 10:06:19 -07:00
Nick Guerrera
eb6767a7cc Trigger build 2017-08-30 08:31:42 -07:00
Nick Guerrera
2f5f56973d Merge pull request #7557 from droyad/test-logger-help
Fixed name of the LogFileName
2017-08-30 08:02:27 -07:00
William Li
22e75d0eed do not run dotnet-cli-build.csproj Test in build, no netcore1.3 runtime 2017-08-30 06:54:34 -07:00
William Li
7f54ccb903 Use Rest Api to upload to the feed
Add pulling logic to make sure it is uploaded to the feed.

Add retry logic for the whole upload process

Remove the old upload script
2017-08-30 06:54:34 -07:00
Robert Wagner
777631a7aa
Fixed name of the LogFileName 2017-08-30 20:58:55 +10:00
Daniel Plaisted
4c3b13e4a8 Use a shorter path for test working directories, get rid of Stage 0 project.json based CLI 2017-08-29 17:59:34 -07:00
Nick Guerrera
0024199cfd Trigger build 2017-08-29 17:19:22 -07:00
Nick Guerrera
502318d08b Merge pull request #7552 from nguerrera/signing-fix
Sign additional files
2017-08-29 16:28:45 -07:00
seancpeters
79e94eb908 Updating new templates to 2.1.0 versions 2017-08-29 15:21:13 -07:00
Nick Guerrera
d7665ea316 Sign additional files
Some files that get their signature invalidated by crossgen were missing
from the Signing.proj list.
2017-08-29 14:01:05 -07:00
John Beisner
8de61cdcdf Merge pull request #7548 from dotnet/danmosemsft-patch-1
Update readme to note 2.0 is released
2017-08-29 13:00:33 -07:00
Daniel Plaisted
fd66cdcc2f Fix test assets with NuGet.Config files pointing to old layout 2017-08-29 11:27:29 -07:00
Daniel Plaisted
9fb5f746ae Fix multiple tests using same output path 2017-08-29 11:26:28 -07:00
Daniel Plaisted
103b8a6ec4 Fix test asset that had NuGet.Config pointing to incorrect directory 2017-08-29 09:59:38 -07:00
Nick Guerrera
5818beef4a Merge pull request #7406 from droyad/test-logger-help
Clarified the examples for the `--logger` parameter
2017-08-29 07:49:44 -07:00
Daniel Plaisted
dcb3a7ade7 Use shorter output paths to avoid max path issues on Windows
For example, "out/2" instead of "artifacts/stage2"
2017-08-29 06:55:43 -07:00
Mikkel Nylander Bundgaard
607f72983c Correct unit test 2017-08-29 11:48:53 +02:00
Mikkel Nylander Bundgaard
db5bbe9c75 Rename "runtime package store" to "runtime store" 2017-08-29 09:49:37 +02:00
Nick Guerrera
4f6a2ae0a2 Merge pull request #7515 from natemcmaster/non-versioned-files
Add -SkipNonVersionedFiles to dotnet-install.{sh,ps1}
2017-08-28 21:50:12 -07:00
Dan Moseley
bf06c22257 Update readme to note 2.0 is released 2017-08-28 21:18:43 -07:00
Nick Guerrera
c43472a45e Merge pull request #7547 from MattGal/More_Download_stuff
Download changes for test dependencies skip ci please
2017-08-28 17:58:26 -07:00
Matt Galbraith
03dcd98c51 More CoreSetupBlobAccessToken stuff 2017-08-28 17:50:58 -07:00
Nick Guerrera
41d9359d48 Merge pull request #7545 from MattGal/Append_CoreSetupBlobAccessToken
Add support for CoreSetupBlobAccessToken as used in 1.X builds.  skip ci please
2017-08-28 15:46:50 -07:00
Matt Galbraith
8f6fd2a549 Add support for CoreSetupBlobAccessToken as used in 1.X builds 2017-08-28 15:40:35 -07:00
Nick Guerrera
4cea49fefa Merge pull request #6994 from Rick-Anderson/patch-1
Edit README.md
2017-08-28 13:33:51 -07:00
Nick Guerrera
ba3655c462 Merge pull request #7542 from MattGal/Update_Dependency_Versions_2.0.0
Update dependency version skip ci please
2017-08-28 13:24:23 -07:00
Matt Galbraith
1156e52eb8 Update dependency version 2017-08-28 13:14:23 -07:00
Daniel Plaisted
fc6f2f3bfa Fix DotNetRestore after merging upstream changes 2017-08-28 12:39:12 -07:00
John Beisner
9af126356b Merge pull request #6981 from dotnet/namc/output
Change usages of Write-Output to Write-Host
2017-08-28 11:55:37 -07:00
Daniel Plaisted
107252ebe7 Merge upstream changes 2017-08-28 11:09:19 -07:00
Nick Guerrera
a7eba4d9e8 Merge pull request #7530 from nguerrera/dotnet-bot-master-UpdateDependencies
Update to latest core-setup and clean up
2017-08-26 10:14:12 -07:00