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
Daniel Plaisted
a4006bdbeb
Insert NuGet Build 4.4.0-preview1-4365 into cli
2017-08-15 13:50:30 -07:00
Brett V. Forsgren
22a87d3ca6
Merge pull request #7430 from dotnet/merges/release/2.0.0-to-master-20170814-070029
...
Merge release/2.0.0 to master
2017-08-15 10:15:54 -07:00
Vijay Ramakrishnan
1a9bf33c3a
Updating the websdk to 2.0.0-rel-20170815-630
2017-08-14 19:09:26 -07:00
William Li
1fa454bda4
Ingest new version Aspnet store
...
Change the url and name accordingly for the name naming convention
2017-08-14 16:05:22 -07:00
Brett V. Forsgren
77e289b114
Merge remote-tracking branch 'upstream/release/2.0.0' into merges/release/2.0.0-to-master-20170814-070029
2017-08-14 13:59:06 -07:00
Davis Goodin
2c8ea8263a
Skip versions repo publish if auth not defined
...
(cherry picked from commit b4c1a809b8
)
2017-08-14 14:19:10 -05:00
Davis Goodin
b4c1a809b8
Skip versions repo publish if auth not defined
2017-08-14 14:18:39 -05:00
Mike Lorbetske
be31443adf
Fix dotnet/templating#1206
2017-08-10 23:56:43 -07:00
faahmad
ecd6c47d2e
Insert new bits of TPv2 and enable blame data collector
2017-08-10 18:55:06 +05:30
Ravi Eda
90683b8cbb
Workaround for APIScan build parameter. ( #7382 )
...
* Switch to test branch.
* Switch back to master.
2017-08-09 13:35:31 -05:00
William Li
414585ab27
Pass Deb repo secret to the repoapi script
...
The secret is not passing by env now. However repoapi still assumes the
secret will be passed by env. Pass through the secret via command line
2017-08-08 11:07:09 -07:00
William Li
1ed6be56ca
Updating the branding to 2.0.1-servicing
2017-08-07 15:45:35 -07:00
Ravi Eda
b60272d64d
Automate triggering of CLI security build. ( #7357 )
...
* Get latest version info from latest.version file. (#5 )
* Switch to master branch.
* Addressed PR feedback (#6 )
* Addressed PR feedback - part 2. (#7 )
2017-08-04 18:37:40 -05:00
William Lee
cda49654db
Merge pull request #7371 from dotnet/merges/release/2.0.0-to-master-20170804-070030
...
Merge release/2.0.0 to master
2017-08-04 15:14:37 -07:00
Nick Guerrera
8c654cb9e1
Bump SDK version to align nuget versions
2017-08-04 00:53:05 -07:00
NuGet Team Bot
d4dd50210d
Insert NuGet Build 4.3.0-rtm-4382 into cli
2017-08-03 21:58:34 -07:00