jbeisner
96410974b9
Reintroducing: 'BlobStoragePartialRelativePath' as orchetrated build needs a prepended "assets" to the partial relative path.
2018-01-17 20:08:12 +00:00
John Beisner
be6f56425f
Merge pull request #8412 from johnbeisner/OrchestratedBuild
...
Orchestrated build publishing; CLI:master
2018-01-17 10:22:43 -08:00
Nick Guerrera
840acee074
Defend against forthcoming breaking change in SDK ( #8409 )
2018-01-17 10:13:41 -08:00
Livar
2efe8f8360
Merge pull request #8410 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26116-04 (master)
2018-01-17 09:23:43 -08:00
jbeisner
4f2ac3eae5
Setting 'IsNotOrchestratedPublish' explictly to false; conditional clean-up.
2018-01-17 17:17:08 +00:00
jbeisner
60b1795d90
Adding publish URL in a comment.
2018-01-17 16:46:30 +00:00
jbeisner
cd4b06c30d
Adding ManifestArtifactData; changes per code review...
2018-01-17 16:37:33 +00:00
Andy Gerlicher
b1b70292ce
MSBuild 15.6.54
2018-01-16 21:31:49 -08:00
Livar
1a3460575e
Merge pull request #8407 from wli3/update-sdk-version-011618
...
Updating the Microsoft.NET.SDK version to 2.1.0-preview1-62516-03
2018-01-16 21:26:26 -08:00
jbeisner
0c754d92fa
Formatting only...
2018-01-17 02:58:01 +00:00
jbeisner
d04e8c84e1
Don't use 'ParseBlobUrl'; use the original values.
2018-01-17 02:52:59 +00:00
jbeisner
3386db7bed
Create a manifest if performing an orchestrated build publish.
2018-01-17 02:36:50 +00:00
dotnet-bot
fef6d9bcd5
Update CoreSetup to preview1-26116-04
2018-01-16 22:56:00 +00:00
William Li
6d73caa31a
Updating the Microsoft.NET.SDK version to 2.1.0-preview1-62516-03
2018-01-16 14:28:17 -08:00
jbeisner
1acb93f15a
Merge remote-tracking branch 'upstream/master' into OrchestratedBuild
2018-01-16 22:19:58 +00:00
jbeisner
9dc9f4c87b
Use "PushToBlobFeed" instead of "UploadToAzure"
2018-01-16 22:16:56 +00:00
Livar
9881b8d745
Merge pull request #8396 from AndyGerlicher/MSBuild15.6.54
...
MSBuild 15.6.54
2018-01-16 12:13:57 -08:00
Livar
596f489414
Merge pull request #8390 from dotnet/livarcocc-patch-1
...
Updates the TestPlatform to 15.6.0-preview-20180109-01
2018-01-16 12:12:30 -08:00
John Beisner
501e11d928
Merge pull request #8406 from johnbeisner/OrchestratedBuild
...
Ensure that the 'SetAzureProps' target runs before 'BlobStoragePartialRelativePath' is used.
2018-01-16 11:35:44 -08:00
jbeisner
552129db0d
Fixed a typo...
2018-01-16 18:25:18 +00:00
jbeisner
95a5bc7e16
Ensure that the 'SetAzureProps' target runs before 'BlobStoragePartialRelativePath' is used.
2018-01-16 18:15:28 +00:00
Livar
290c66829b
Merge pull request #8392 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26115-03 (master)
2018-01-16 10:09:57 -08:00
Livar Cunha
e7625eba69
Merge branch 'update_branding_for_2_1_100' of github.com:livarcocc/cli-1 into update_branding_for_2_1_100
...
* 'update_branding_for_2_1_100' of github.com:livarcocc/cli-1:
MSBuild 15.6.44
2018-01-16 09:38:22 -08:00
Livar Cunha
8caa7b9f0d
Updating the channel to release/2.1.1xx. We can manually update release/2.0 if necessary, but LTS is always updated every time we release.
2018-01-16 09:37:59 -08:00
jbeisner
e7bd33b200
Add "SDK" at the end of the orchestrated build blob drop point.
2018-01-16 16:09:00 +00:00
dotnet-bot
a1a1c2b762
Update CoreSetup to preview1-26115-03
2018-01-15 18:51:25 +00:00
Andy Gerlicher
af8ea2ffb7
MSBuild 15.6.54
2018-01-13 23:22:34 -08:00
Matt Mitchell
2cfc65a0c4
Merge pull request #8388 from johnbeisner/OrchestratedBuildPublishing
...
Enabling the publish of CLI assets to 'orchestrated' blob storage.
2018-01-12 19:33:28 -08:00
jbeisner
429f2fde07
Found a version of 'microsoft.dotnet.build.tasks.feed' that supports both parsing of the URL and the currrent Nupkg upload method: 2.1.0-prerelease-02312-02
2018-01-13 02:46:14 +00:00
Livar
1c380b3114
Merge branch 'release/2.1.1xx' into update_branding_for_2_1_100
2018-01-12 16:41:41 -08:00
jbeisner
6d9130dc61
Simplify the 'index.json' removal.
2018-01-13 00:07:01 +00:00
Livar
a4afbc9f1f
Updates the TestPlatform to 15.6.0-preview-20180109-01
2018-01-12 15:47:42 -08:00
Livar
da40320229
Merge pull request #8346 from rainersigwald/msbuild-15.6.44
...
MSBuild 15.6.44
2018-01-12 15:45:35 -08:00
Livar Cunha
d6d3b451d6
Updating the branding of the CLI to 2.1.100
2018-01-12 15:37:54 -08:00
jbeisner
aa458eca82
Strip off "index.json" before appending "assets"
2018-01-12 23:34:38 +00:00
jbeisner
cbcd4fd3c3
Fixing a typo...
2018-01-12 22:46:25 +00:00
dotnet-bot
0354166e05
Update CoreSetup to preview1-26112-04
2018-01-12 22:43:35 +00:00
jbeisner
5e6c339e16
Simplification: remove Boolean 'PUBLISH_NUPKG_TO_AZURE_BLOB'
2018-01-12 22:27:46 +00:00
jbeisner
bfb9322415
Enabling the publish of assets to 'orchestrated' blob storage.
2018-01-12 22:11:15 +00:00
Livar
bd9d71d71c
Merge pull request #8249 from joperezr/BindingRedirects471
...
Update the support package on the CLI to fix binding redirects on 4.7.1
2018-01-12 11:42:45 -08:00
Livar Cunha
65c88d8ea8
Disabling native installer tests whenever CLIBUILD_SKIP_TESTS is set to true.
2018-01-12 10:11:44 -08:00
Livar
a85a4f4547
Merge pull request #8377 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26111-03 (master)
2018-01-11 19:43:26 -08:00
John Beisner
ed2ca5d49a
Merge pull request #8354 from johnbeisner/CoalesceDebInstaller
...
Remove method to publish to Debian feeds.
2018-01-11 14:37:04 -08:00
jbeisner
1ea48da27c
Run-Build.sh/ps1 does not behave correctly when passing in a target.
2018-01-11 21:23:46 +00:00
dotnet-bot
745e40b77d
Update CoreSetup to preview1-26111-03
2018-01-11 20:55:02 +00:00
Livar
ff4299241c
Merge pull request #8360 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26110-02 (master)
2018-01-10 16:11:20 -08:00
John Beisner
7d641b76f4
Merge pull request #8361 from natemcmaster/rpm
...
Ignore incoherent rpm dependency on dotnet-runtime when testing aspnetcore
2018-01-10 15:32:54 -08:00
dotnet-bot
0f1fca5601
Update CoreSetup to preview1-26110-02
2018-01-10 23:04:12 +00:00
Nate McMaster
781bffd59a
Use RPM --install --nodeps to ignore aspnetcore-runtime's dependencies
2018-01-10 14:48:33 -08:00
Matt Mitchell
7d2a4f60b3
Backwards compat runtimes should not come from product construction sources
2018-01-10 14:23:48 -08:00
jbeisner
a2d2923878
Removing the UploadToLinuxPackageRepository task code and tests.
2018-01-10 22:18:27 +00:00
Nate McMaster
3e05d2495a
Update to aspnetcore 2.1.0-preview1-28042
...
- Update to 2.1.0-preview1-28042
- Remove references to the aspnetcore-store package
- Allow pulling aspnetcore from orchestrated build
2018-01-10 09:05:49 -08:00
Livar
3f70aa89b1
Merge pull request #8353 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26109-02 (master)
2018-01-09 21:01:16 -08:00
Livar
e9d1d025de
Merge pull request #8341 from natemcmaster/aspnetcore-sharedfx
...
Update to ASP.NET Core shared framework 2.1.0-preview1-28031
2018-01-09 18:57:13 -08:00
Livar Cunha
34ce5c5fdd
Adding aspnet dev feed.
2018-01-09 18:52:34 -08:00
NuGet Team Bot
168bbff95d
Insert NuGet Build 4.6.0-rtm-4791 into cli
2018-01-09 16:58:29 -08:00
Nate McMaster
811f3dcc27
Update TestSdkDeb targets to ignore coherence issues with dotnet-runtime
2018-01-09 15:36:23 -08:00
jbeisner
c2a9cf4c5b
Remove method to publish to Debian feeds.
2018-01-09 23:31:32 +00:00
John Beisner
1a6dc96bec
Merge pull request #8347 from johnbeisner/CoalesceDebInstaller
...
CLI produce 'DEB' distro agnostic installer packages; CLI:master
2018-01-09 15:31:19 -08:00
Nate McMaster
576405af5f
Fix reference to renamed MSBuild variable
2018-01-09 14:57:49 -08:00
dotnet-bot
5bd7e6f4cb
Update CoreSetup to preview1-26109-02
2018-01-09 22:50:08 +00:00
Nate McMaster
825fa19198
PR feedback and reorder dpkg arguments
2018-01-09 14:13:37 -08:00
Nate McMaster
efa35bd31a
Ignore failures due to incoherent dependencies on dotnet-runtime
2018-01-09 13:27:50 -08:00
Livar Cunha
6f46ea928a
Merge branch 'release/2.1-MSRC' into merge_release_21_msrc
...
* release/2.1-MSRC:
Update to consume aspnetcore 2.0.5-155
Update to consume aspnetcore 2.0.5-152
Revert "Update to consume aspnetcore 2.0.5-152"
Update to consume aspnetcore 2.0.5-152
Commit to trigger a rebuild of the CLI because of a build in place from the Runtime.
Adding the 2.0.3 asp.net store to the native installer tests.
Update to consume aspnetcore 2.0.5-147
Update to consume aspnetcore 2.0.5-146
Updating the runtime to 2.0.5.
Update to consume aspnetcore 2.0.5-142
Fixing the expected fx-version.
Adding a separate dependency version for Microsoft.Build.Runtime.
Updating the branding of the CLI to 2.1.4 and the runtime to 2.0.5.
Conflicts:
build/DependencyVersions.props
2018-01-09 12:49:58 -08:00
jbeisner
5f77453246
Removing a conditional...
2018-01-09 20:14:55 +00:00
jbeisner
ed0df1c0f0
Removing extra 'LinuxDistrosNeedNativeInstaller' entries
2018-01-09 20:05:58 +00:00
dotnet-bot
aa3394ce26
Update CoreSetup to preview1-26109-01
2018-01-09 19:01:16 +00:00
Nate McMaster
ec3332d41e
Update to 2.1.0-preview1-28031 and debian-agnostic aspnet installers
2018-01-09 09:17:15 -08:00
Livar
cee1044493
Merge branch 'release/2.1' into BindingRedirects471
2018-01-09 08:49:08 -08:00
Rainer Sigwald
3818828bf0
MSBuild 15.6.44
2018-01-09 09:49:31 -06:00
Nate McMaster
7a606a46bb
Update SPA tests to skip npm-restore
2018-01-08 20:31:01 -08:00
Nate McMaster
223bc83db7
Update mapping of RID to aspnetcore installer filenames
2018-01-08 18:31:14 -08:00
Nate McMaster
2316423f83
Use the right RID variable to determine aspnetcore sharedfx RID
2018-01-08 17:57:49 -08:00
jbeisner
0a58124f4f
Correcting the 'RunInSandBoxAndPackage' target
2018-01-09 01:21:05 +00:00
jbeisner
14d701dacc
Publish the agnostic 'DEB' installer package to all three feeds.
2018-01-09 00:58:11 +00:00
jbeisner
5b33ba9f3e
'DEB' filename changes
2018-01-08 23:52:05 +00:00
dotnet-bot
73b55ecd42
Update CoreSetup to preview1-26108-03
2018-01-08 22:18:39 +00:00
Livar
863787be75
Merge pull request #8335 from mlorbetske/dev/mlorbe/UpdateTemplatePackageVersionsFor21
...
Update template package versions for 2.1 class, console, test and item templates
2018-01-08 14:12:29 -08:00
jbeisner
c873c55945
Produce one debian distro agnostic installer package.
2018-01-08 17:45:37 +00:00
Nate McMaster
81296ff684
Skip downloading aspnetcore sharedfx installer if it is undefined
2018-01-06 12:30:47 -08:00
Nate McMaster
c46f603dbb
Update to aspnetcore 2.1.0-preview1-28006
2018-01-06 12:08:05 -08:00
Nate McMaster
8de1dea7c9
Remove unnecessary aspnetcore myget feeds
2018-01-05 19:31:24 -08:00
Nate McMaster
fb2df937fe
Replace aspnetcore-store with the aspnetcore-runtime
...
Update downloaded installers and wixlib to pull the ASP.NET Core Runtime (aka shared framework)
2018-01-05 19:31:24 -08:00
Nate McMaster
e914370606
Update templates package version
2018-01-05 19:29:55 -08:00
Nate McMaster
b6b53f1e55
Update dev-certs version
2018-01-05 19:29:55 -08:00
Livar
d6c6e9af8a
Merge branch 'master' into master-UpdateDependencies
2018-01-05 18:17:49 -08:00
jbeisner
8d95d05f1a
Uninstall the 'dotnet-host' before 'dotnet-runtime-deps'
2018-01-06 00:49:43 +00:00
jbeisner
eb2565719b
Fixing the install and uninstall of the 'RuntimeDepsPackage'
2018-01-06 00:14:57 +00:00
Livar Cunha
e329e0694f
Fixing redist to use the new way to consume roslyn. I merged it wrong before.
2018-01-05 15:56:15 -08:00
jbeisner
002ddd6374
Fixing a typo...
2018-01-05 23:23:15 +00:00
jbeisner
ed8d9c6390
Download the 'dotnet-runtime-deps' installer file to address the 'BuildSDKDeb' errors.
2018-01-05 23:11:47 +00:00
dotnet-bot
a5c35aeadb
Update CoreSetup to preview1-26105-02
2018-01-05 22:45:37 +00:00
jbeisner
68c2b1d060
Update 'DEB' filenames for downloads of the 'host' and 'hostfxr'.
2018-01-05 21:35:48 +00:00
jbeisner
c6ccdb29fd
Reacting to core-setup changes for 'DEB' distro agnostic installers; example: 'dotnet-runtime-2.1.0-preview1-26104-06-x64.deb'
...
Plus: Update CoreSetup to preview1-26105-01
2018-01-05 20:51:50 +00:00
Mike Lorbetske
b70fcc4ec6
Update template package versions for 2.1 class, console, test and item templates
2018-01-05 12:36:19 -08:00
Livar
7fec5c4a6a
Merge pull request #8323 from dotnet/nuget-insertbuild4782
...
Insert NuGet Build 4.6.0-rtm-4782 into cli
2018-01-03 16:18:05 -08:00
Livar Cunha
3d92e52234
Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/release/2.0.0-to-release/2.1-20180103-080038
...
* dotnet/release/2.0.0: (32 commits)
Update wix version (#8313 )
Use explict and non-preview versions for the build DLL
Fixing a typo...
The 15.4.8 version of the Microsoft.Build.Runtime nuget package is currupt; use the replacement 15.4.8.1
Fix dotnet-install to check the right path for no-op installs when --shared-runtime is specified
Fixed a typo...
Nuget.config update to align with CLI:master - add comments in DependencyVersions.prop
Even more package dependency re-names...
Third pass clean-up of package names.
Second pass clean-up of package names; resequencing download.
Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props
The access key is already resolved: 'CoreSetupBlobAccessTokenParam'
Fixed another typo...
Fixed typo...
The first pass will need the extra args [same as run-build.ps1].
Dependency Uptake: download and import a package version props file.
Accounting for MSRC builds with pre-set 'CoreSetupBlobRootUrl' and 'CoreSetupBlobAccessToke' properties.
Changes per code review...
The URL root will include the "dotnet" container; the structure will be identical after the "dotnet" container.
No passwords should be in the open as environmental variables.
...
Conflicts:
build/DependencyVersions.props
src/redist/redist.csproj
src/tool_msbuild/tool_msbuild.csproj
src/tool_roslyn/tool_roslyn.csproj
test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj
2018-01-03 16:16:41 -08:00
NuGet Team Bot
b5b105b47e
Insert NuGet Build 4.6.0-rtm-4782 into cli
2018-01-03 15:20:05 -08:00
dotnet-bot
1661e8bace
Update CoreSetup to preview1-26103-03
2018-01-03 22:19:42 +00:00
dotnet-bot
6d4078429c
Update CoreSetup to preview1-26102-03
2018-01-02 22:15:32 +00:00