Harsh Jain
4eb4cddbb7
Updated version of TestPlatform to 15.5.0-preview-20170914-09
2017-09-14 20:49:31 +05:30
Livar
a8dd209359
Merge branch 'master' into merges/release/2.0.0-to-master-20170907-070027
2017-09-07 11:11:28 -07:00
John Beisner
483e03704f
Merge pull request #7598 from johnbeisner/RPM-EnvVars
...
Incorrect token: Installer.RPM.targets
2017-09-06 09:58:26 -07:00
John Beisner
6a76bb8396
Incorrect token.
2017-09-06 08:53:01 -07:00
Daniel Plaisted
79ffd86afd
Merge branch 'RPM-EnvVars' into fix-signing
2017-09-05 15:39:08 -07:00
Daniel Plaisted
d94a3cd076
Merge branch 'DirProps' into fix-signing
2017-09-05 15:39:02 -07:00
Daniel Plaisted
c2ca512189
Avoid importing incompatible .props files for signing build
2017-09-05 15:10:15 -07:00
John Beisner
5000ba5f10
Adding required environmental variables.
2017-09-05 15:08:42 -07:00
John Beisner
74ad01b576
Adding consistent "Project" headers to inported props and target files.
2017-09-05 14:44:25 -07:00
Nick Guerrera
1c27c27b44
Sign additional files
...
Some files that get their signature invalidated by crossgen were missing
from the Signing.proj list.
(cherry picked from commit d7665ea316
)
2017-09-05 13:30:17 -07:00
Nick Guerrera
8534452274
Bump to stable runtime/framework packages
2017-09-05 13:28:02 -07:00
Nick Guerrera
2269efbbf0
Insert 2.0.1-servicing SDK in to 2.0.1-servcing CLI
2017-09-05 13:27:37 -07:00
John Beisner
47651b6e77
Stop building ubuntu.16.10-x64
2017-09-05 08:44:15 -07:00
Daniel Plaisted
6e0646f7bf
Update environment variables for EndToEnd test run on Debian package
2017-09-01 18:21:25 -07:00
Daniel Plaisted
728cea22f1
Update signing.proj to use new output paths, and import common repo props
2017-09-01 17:17:33 -07:00
Daniel Plaisted
88319a71f3
Remove duplicate import
2017-09-01 16:43:40 -07:00
Daniel Plaisted
97b7553e31
Rename output folder from out to bin
2017-09-01 16:43:02 -07:00
Daniel Plaisted
546eff28c2
Delete outdated comment
2017-09-01 13:50:01 -07:00
Daniel Plaisted
9b331673fe
Merge upstream changes
2017-09-01 13:17:40 -07:00
Daniel Plaisted
ac67434ea4
Fix debian package generation
...
Previously, dotnet-deb-tool-consumer.csproj was copied to the out/artifacts folder before being restored. This no longer works as it depends on repo properties, and there is a Directory.Build.props in teh out directory to stop projects inside it from getting the repo properties. So this change restores it in-place instead.
2017-09-01 12:12:10 -07:00
Nick Guerrera
252218c3d0
Merge 'release/2.0.0' into merges/release/2.0.0-to-master-20170901-070026
...
Conflicts:
README.md
build/Branding.props
build/DependencyVersions.props
netci.groovy
test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs
test/dotnet-new.Tests/GivenThatIWantANewApp.cs
2017-09-01 11:55:26 -07:00
Nick Guerrera
fba2302b45
Merge pull request #7554 from seancpeters/update_templates_to_2.1.0_versions
...
Updating new templates to 2.1.0 versions
2017-09-01 11:32:35 -07:00
Nick Guerrera
3514db05da
Update shared framework dependency
2017-08-31 17:09:05 -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
seancpeters
79e94eb908
Updating new templates to 2.1.0 versions
2017-08-29 15:21:13 -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
Matt Galbraith
03dcd98c51
More CoreSetupBlobAccessToken stuff
2017-08-28 17:50:58 -07:00
Matt Galbraith
8f6fd2a549
Add support for CoreSetupBlobAccessToken as used in 1.X builds
2017-08-28 15:40:35 -07:00
Matt Galbraith
1156e52eb8
Update dependency version
2017-08-28 13:14:23 -07:00
Daniel Plaisted
107252ebe7
Merge upstream changes
2017-08-28 11:09:19 -07:00
Nick Guerrera
656eab7aec
Target netcoreapp2.1, eliminate warnings, treat warnings as errors
2017-08-25 20:17:57 -07:00
Nick Guerrera
6d6d1c0c2b
Merge branch 'master' into dotnet-bot-master-UpdateDependencies
2017-08-25 13:49:39 -07:00
Rainer Sigwald
ee5c02de77
MSBuild 15.5.74
2017-08-25 13:25:01 -07:00
Daniel Plaisted
2222290394
Update MSI tests to use new output directory layout
2017-08-24 17:16:11 -07:00
Daniel Plaisted
c6e4c8f477
Rename Stage0 build variables to PreviousStage
2017-08-24 17:16:11 -07:00
Daniel Plaisted
12f8c2377f
Generate properties to pass to the next stage of the build
2017-08-24 15:51:37 -07:00
Daniel Plaisted
884a48372d
Copy empty Directory.Build.props to artifacts folder during build instead of checking it in
2017-08-24 15:49:14 -07:00
Daniel Plaisted
13da213183
Support new artifacts layout in tests and other build logic
2017-08-24 15:49:13 -07:00
Daniel Plaisted
ae0aa8ed24
Move dir.props to auto-imported Directory.Build.props
...
This is necessary for setting the intermediate output path to work correctly
2017-08-24 15:46:45 -07:00
Daniel Plaisted
ac99830e12
Support new output directory layout
2017-08-24 15:46:44 -07:00
Daniel Plaisted
4662629964
Merge pull request #7478 from dsplaisted/update-runtime-to-2.1
...
Update .NET Core runtime to 2.1
2017-08-24 12:16:43 -07:00
William Li
4ae52088bf
Merge branch 'master' into merges/release/2.0.0-to-master-20170821-070027
2017-08-21 12:54:31 -07:00
Daniel Plaisted
be6fc8836f
Update to 2.1 runtime
2017-08-17 22:55:43 -07:00
Daniel Plaisted
4598d7b2c2
Update to SDK with a maximum version for .NET Core of 2.1
2017-08-17 19:50:17 -07:00
Nick Guerrera
4434a8a832
Merge pull request #7417 from mlorbetske/dev/mlorbe/FixTemplating1206
...
Fix dotnet/templating#1206
2017-08-17 14:03:29 -07:00
Nick Guerrera
37714cd5f0
Merge pull request #7413 from Faizan2304/blameDataCollector
...
Insert new bits of TPv2 and enable blame data collector
2017-08-17 11:50:07 -07:00
dotnet-bot
ebcd0fbf99
Update CoreSetup to preview2-25616-02
2017-08-16 21:23:21 +00:00
Daniel Plaisted
e94a82c9a3
Update to SDK build which includes NuGet 4.4.0-preview1-4365 ( #7449 )
2017-08-15 21:25:36 -07:00
Daniel Plaisted
dec65ebf4d
Merge pull request #7448 from dsplaisted/update-nuget
...
Insert NuGet Build 4.4.0-preview1-4365 into cli
2017-08-15 14:45:55 -07:00