Matt Mitchell
3240f1919f
Update branding for preview3
2018-09-13 11:19:39 -07:00
William Li
ce60ef7c37
Update MicrosoftNETCoreAppPackageVersion ( #9973 )
2018-09-11 10:58:38 -07:00
Matt Mitchell
fb57b1d68c
Merge pull request #9947 from mmitche/add-updaters
...
Add additional package version updaters for other aspnet dependencies
2018-09-06 09:16:49 -07:00
Matt Mitchell
0408e13bc3
Update AspnetCore.All instead of AspnetCore.App
2018-09-05 09:07:44 -07:00
Matt Mitchell
2650d3b0ad
Add additional package version updaters for other aspnet dependencies
2018-09-05 08:59:17 -07:00
Matt Mitchell
f4707d384d
Merge pull request #9927 from livarcocc/fix_external_sources
...
Fixing the external restore sources file.
2018-08-30 22:30:59 -07:00
Livar Cunha
d4e5da80b0
Fixing the external restore sources file. We needed to create the test artifact folder.
2018-08-30 16:16:44 -07:00
William Li
f5f4346310
Fix debian package tests clean up and set up ( #9914 )
...
Detect if package installed first and then uninstall
2018-08-30 10:16:28 -07:00
Livar
9ba8d04c6b
Merge pull request #9911 from livarcocc/fix_nuget_config_tests
...
Write ExternalRestoreSources to some tests NuGet.Config file
2018-08-29 08:54:03 -07:00
Livar
f196305b71
Merge pull request #9907 from dotnet/update_221xx_brand_to_preview2
...
Updating 2.2.1xx branding to preview2
2018-08-28 17:19:02 -07:00
Livar Cunha
7bb693bff5
We have a few tests that write their own NuGet.Config file to use during restore. Those tests need access to the ExternalRestoreSources value to be added to this NuGet config so that they can restore properly. This change writes a file in the test/artifacts folder containing the value of ExternalRestoreSources value. The tests can then use it to write that to their NuGet.Config. There is a failure in ProdCon that this addresses.
2018-08-28 17:16:58 -07:00
Livar
3b11815531
Updating 2.2.1xx branding to preview2
2018-08-28 11:21:43 -07:00
Matt Mitchell
8aa75cf28e
Merge pull request #9902 from livarcocc/fix_template_property_names_for_22
...
Changing the property names for 2.2 templates to be named 22 instead of 20.
2018-08-28 08:20:26 -07:00
Livar Cunha
40172615ba
Changing the property names for 2.2 templates to be named 22 instead of 20.
2018-08-27 15:53:35 -07:00
Livar
c259e5bd17
Merge pull request #9837 from dotnet/merges/release/2.1.5xx-to-release/2.2.1xx
...
Merge release/2.1.5xx to release/2.2.1xx
2018-08-24 14:30:47 -07:00
Livar
80bb640969
Merge pull request #9882 from livarcocc/fix_installer_notice
...
Updating the windows installer notice to reflect 2.2 and its requirem…
2018-08-23 11:51:06 -07:00
Matt Mitchell
4c244bd9f1
Merge pull request #9883 from livarcocc/add_socket_workaround
...
Adding a workaround for the sockets issue when restoring with many nuget feeds.
2018-08-23 06:07:16 -07:00
Livar Cunha
057098046f
Merge remote-tracking branch 'dotnet/release/2.1.5xx' into merges/release/2.1.5xx-to-release/2.2.1xx
...
* dotnet/release/2.1.5xx:
MSBuild 15.9.8-preview
MSBuild SDK Resolver Improvements (#9547 )
Remove fallback folder
Remove redundent call, ensure no apt list
Update links in the readme to release/2.1.5xx
MSBuild 15.9.0-preview-000006
Use prebuild image
Revert "Disabled MSBuildTreatWarningsAsErrors"
Disabled MSBuildTreatWarningsAsErrors
Add back: "PUBLISH_NUPKG_TO_BLOB_FEED" to manage the no-suffix builds in 2.1
Adding the 2.1.3 runtime blob feed as a feed for the CLI
Update CLI branding to 2.1.402
Updated test
TestPlatform 15.9.0-preview Insertion
Update CLI branding to 2.1.203.
Fix warnings-as-errors in Linux packaging
Don't let crossgen warnings become msbuild warnings-as-errors
Fix build warning and treat msbuild warnings as errors
Conflicts:
README.md
build/DependencyVersions.props
build/package/Installer.DEB.proj
2018-08-22 20:39:52 -07:00
Livar Cunha
efa3ad3c9d
Updating the windows installer notice to reflect 2.2 and its requirement of 15.9.
2018-08-22 14:00:20 -07:00
Livar Cunha
812d5dfeb6
Adding a workaround for the sockets issue when restoring with many nuget feeds.
2018-08-22 13:31:00 -07:00
Livar
c0224a2df6
Merge pull request #9873 from singhsarab/UpdateTestTemplates2.2
...
Updating the test templates to 2.2 version
2018-08-22 11:04:43 -07:00
Livar
bae263c514
Merge pull request #9875 from AndyGerlicher/MSBuild-15.9.8-preview
...
MSBuild 15.9.8-preview
2018-08-22 11:00:58 -07:00
Andy Gerlicher
a1fd9b00b2
MSBuild 15.9.8-preview
2018-08-21 15:31:20 -07:00
Sarabjot Singh
5df7da56ab
Updating the test templates to 2.2 version
2018-08-21 23:52:55 +05:30
Livar
6bedb85dfe
Merge pull request #9854 from dagood/disable-parallel
...
[release/2.2.1xx] Add --disable-parallel to dotnet-new.Tests
2018-08-20 10:58:19 -07:00
William Li
3f45457548
Installer metadata in ARP uses HTTP URLs
2018-08-17 15:23:38 -07:00
Davis Goodin
6152eaabcf
Add --disable-parallel to dotnet-new.Tests
...
Added to a "restore" executed via string literal. It's present in RestoreCommand used by the other tests already.
2018-08-17 12:52:23 -05:00
Nick Guerrera
3ccc3593c8
MSBuild SDK Resolver Improvements ( #9547 )
...
1. When there's no global.json, use latest SDK that is compatible with msbuild, not latest SDK overall
2. Respect VS setting to allow / disallow resolving to preview SDKs
2018-08-16 19:21:48 -07:00
Livar
00e3b0b57c
Merge pull request #9849 from dotnet/merges/release/2.1.4xx-to-release/2.1.5xx
...
Merge release/2.1.4xx to release/2.1.5xx
2018-08-16 11:55:29 -07:00
Peter Huene
d13334ad0c
Merge pull request #9847 from peterhuene/update-sdk
...
Fix test with framework-dependent apphost.
2018-08-15 17:26:21 -07:00
William Li
4b9cd1f579
Merge pull request #9846 from wli3/fix-warnings
...
Fix warnings
2018-08-15 16:11:00 -07:00
Peter Huene
f43226c2f1
Fix test with framework-dependent apphost.
...
This commit fixes the `ItPublishesFrameworkDependentWithRid` test to ensure
the apphost is present in the published files.
It also runs the application from the apphost to ensure it executes
successfully.
Fixes #9843 .
2018-08-15 15:06:03 -07:00
William Li
d2740ce0b6
Remove fallback folder
2018-08-15 14:58:17 -07:00
Livar
106ec6624e
Merge pull request #9844 from dotnet/livarcocc-patch-1
...
Update links in the readme to release/2.1.5xx
2018-08-15 13:36:30 -07:00
William Li
25509d31b1
Remove redundent call, ensure no apt list
2018-08-15 12:40:09 -07:00
Livar
30c2e7570b
Update links in the readme to release/2.1.5xx
2018-08-15 10:51:23 -07:00
Livar
405cd21681
Merge pull request #9836 from dotnet/merges/release/2.1.4xx-to-release/2.1.5xx
...
Merge release/2.1.4xx to release/2.1.5xx
2018-08-15 10:03:56 -07:00
Livar
8598652885
Merge pull request #9840 from rainersigwald/msbuild-15.9.6
...
MSBuild 15.9.0-preview-000006
2018-08-15 08:55:01 -07:00
Rainer Sigwald
b2be5b4469
MSBuild 15.9.0-preview-000006
2018-08-15 10:18:40 -05:00
Livar
86007fd3a7
Merge branch 'release/2.1.5xx' into merges/release/2.1.4xx-to-release/2.1.5xx
2018-08-14 17:22:39 -07:00
William Li
cae6528834
Use prebuild image
2018-08-14 15:48:15 -07:00
William Li
1752be0f1c
Revert "Disabled MSBuildTreatWarningsAsErrors"
...
This reverts commit 5635f0d064
.
2018-08-14 15:43:31 -07:00
Livar
5b8776a9a4
Merge pull request #9835 from dotnet/disabled_MSBuildTreatWarningsAsErrors
...
Disabled MSBuildTreatWarningsAsErrors
2018-08-14 15:11:49 -07:00
William Li
d7b9504c9f
Select forward arguments to restore ( #9830 )
2018-08-14 14:45:38 -07:00
John Beisner
21f5804dfc
Merge pull request #9822 from dotnet/merges/release/2.1.4xx-to-release/2.1.5xx
...
Merge release/2.1.4xx to release/2.1.5xx
2018-08-14 14:07:26 -07:00
Livar
5635f0d064
Disabled MSBuildTreatWarningsAsErrors
2018-08-14 13:44:32 -07:00
Livar
aae344c165
Merge pull request #9812 from vagisha-nidhi/tp15.9previewInsertion
...
TestPlatform insertion for 15.9.0-preview-20180807-05 in dotnet cli
2018-08-14 13:25:08 -07:00
John Beisner
91fd3e4403
Merge pull request #9821 from dotnet/merges/release/2.1.3xx-to-release/2.1.4xx
...
Merge release/2.1.3xx to release/2.1.4xx
2018-08-14 11:33:42 -07:00
John Beisner
7a6a0b227f
Merge pull request #9829 from johnbeisner/FixNoSuffixPublish
...
Add back: PUBLISH_NUPKG_TO_BLOB_FEED
2018-08-13 17:53:05 -07:00
jbeisner
1bd879bb18
Add back: "PUBLISH_NUPKG_TO_BLOB_FEED" to manage the no-suffix builds in 2.1
2018-08-13 23:15:29 +00:00