Sridhar Periyasamy
aa94c51271
Drop the 'preview2' suffix in test package projects.
2016-05-10 14:51:56 -07:00
Sridhar Periyasamy
1b2b83b6db
Upgrade the RC2 branding to RC3.
...
The following packages are changing:
Microsoft.NetCore.App: 1.0.0-rc2-3002702 -> 1.0.0-rc3-002702
Microsoft.NETCore.DotNetHost: 1.0.1-rc2-002702-00 -> 1.0.1-rc3-002702-00
Microsoft.NETCore.DotNetHostPolicy: 1.0.1-rc2-002702-00 ->
1.0.1-rc3-002702-00
Microsoft.NETCore.DotNetHostResolver: 1.0.1-rc2-002702-00 ->
1.0.1-rc3-002702-00
Also publishing the *deb file to teh debian repo feed is disabled -
https://github.com/dotnet/cli/issues/2973
2016-05-10 13:36:20 -07:00
Daniel Podder
2be785c253
Add README howto for perf tests
2016-05-10 08:38:07 -07:00
Sridhar Periyasamy
5496d92144
Add the correct channel to get the debian package names.
2016-05-09 11:48:36 -07:00
Piotr Puszkiewicz
1033e61d57
preview1 --> preview2
...
Moves CLI version suffix from preview1 to preview2
Sets channel for preview2 to 1.0.0-preview2, abandoning the Beta channel to the 1.0.0-preview1 release. Once @sokket's publishing cleanup work is complete we can re-converge the channels if desired.
2016-05-09 02:41:11 -07:00
Bryan Thornbury
0336f6bb34
Throw Command Unknown for dependency tools in libraries. ( #2933 )
...
* Throw Command Unknown for dependency tools in libraries.
* Add testProjects to test tools command for libraries.
* update failing tests
* Add tests verifying that dependency tools are not available in libraries
2016-05-08 14:20:34 -07:00
Peter Marcu
e53acd9bba
Merge pull request #2941 from Sridhar-MS/version-suffix
...
Pass the correct version suffix in the build scripts
2016-05-08 11:31:32 -07:00
Sridhar Periyasamy
566a76e5d3
Pass the correct version suffix in the build scripts
2016-05-07 23:23:31 -07:00
Eric Erhardt
c867787675
Fixing the PullNupkgFilesFromBlob script to look for the corehost and metapackage nupkgs under "preview1" instead of
...
finding the old "rc2" packages.
2016-05-07 14:57:28 -05:00
Peter Marcu
08b3ad9e88
Merge pull request #2943 from Sridhar-MS/bundle-ui-1
...
Fix the windows installer UI.
2016-05-06 22:08:28 -07:00
Sridhar Periyasamy
b9c4952e45
Fix the windows installer UI.
...
Change the font size to accomodate the branding text.
2016-05-06 18:34:45 -07:00
Eric Erhardt
a76fea647e
Merge pull request #2930 from eerhardt/MvcNet46
...
dotnet build raises errors MVC apps target net46.
2016-05-06 17:12:25 -05:00
Ajay Bhargav Baaskaran
7821df9bd3
Use the correct compilerOption in LibraryExporter
2016-05-06 14:53:42 -07:00
Zlatko Knezevic
aed97a9b6d
Update README.md
...
Add the blog post that explains the new schedules.
2016-05-06 12:54:15 -07:00
Eric Erhardt
d98c1f8724
dotnet build raises errors MVC apps target net46.
...
The issue is when the ProjectContextBuilder sees a CompileTimePlaceholder "_._" file on a full framework, it assumes that dependency has to come from the "Reference Assemblies" directory. If it can't be found there, an error is raised. However, there are other reasons "_._" placeholders are created (when a NuGet package doesn't want its dependencies to be exposed in the Compile dependencies of its consumers). And these placeholders can exist for assemblies that aren't in the full framework - in this case System.Diagnostics.FileVersionInfo and others.
To fix this, if the reference can't be resolved from the "Reference Assemblies" folder, it is just skipped. If the compiler really needs that assembly, it will raise an error to the user. Dotnet build shouldn't raise the error.
Fix #2906
2016-05-06 14:32:50 -05:00
Piotr Puszkiewicz
8c902a1954
Merge pull request #2877 from dotnet/piotrpMSFT/brandingUpdate
...
RC2 Branding Update
2016-05-06 10:15:56 -07:00
Senthil
3b2ea9d14b
Require hotfixes on downlevel OSes
2016-05-05 21:50:22 -07:00
Bryan Thornbury
f538c4f19f
Move to P2P references all over the place
2016-05-05 17:21:27 -07:00
Bryan
abc155e273
make versions consistent for PackCommand, add back * to test packages, remove --version-suffix from publish
2016-05-05 11:06:02 -07:00
Piotr Puszkiewicz
51968b7105
Remove redundant ReleaseSuffix
2016-05-05 11:06:01 -07:00
Sridhar Periyasamy
7de8c9b04c
Cleanup OSX installer to have same title as windows installer.
2016-05-05 11:06:00 -07:00
PiotrP
fdf70b7a51
Cleaning up ARP entries.
2016-05-05 11:06:00 -07:00
Bryan
94840de4e1
fixup all references to the right version suffixes
2016-05-05 11:05:59 -07:00
Sridhar Periyasamy
8b55c50011
Fix PublishTargets to use the correct Shared Host Nuget Version.
...
Also update the VersionSuffix to use the ReleaseSuffix as before.
2016-05-05 11:05:58 -07:00
Bryan
d1cd3703ac
update rc2-preview1 to preview1
2016-05-05 11:05:58 -07:00
Bryan
5bcc4c91c5
add suffix to projectmodel.workspaces, use commit count in pack so version suffix is untouched.
2016-05-05 11:05:57 -07:00
Sridhar Periyasamy
a01fda9856
Fix host version through out the builds.
...
Refactor HostVersion into its own class and use it everywhere host
artifacts are created. This includes the
- host nuget packages
- host installers (msi, pkg, deb)
2016-05-05 11:05:56 -07:00
Sridhar Periyasamy
e77c92e819
Setup RC2 registry keys for detection.
...
Fixes - #2833
2016-05-05 11:05:56 -07:00
Piotr Puszkiewicz
c3fe0d062f
Fix package versions
2016-05-05 11:05:55 -07:00
PiotrP
82e6b0408a
WiP
2016-05-05 11:05:54 -07:00
Senthil
d9d8bb2f03
Merge pull request #2898 from schellap/master
...
Prefer servicing for native dll search order
2016-05-05 09:55:14 -07:00
Jan Vorlicek
3df46ec070
Merge pull request #2900 from schellap/fpie
...
Enable stack protect and fpic/fpie for host
2016-05-05 14:24:27 +02:00
Senthil
c99e92a6a8
Prefer servicing for native dll search order
2016-05-05 04:53:50 -07:00
Senthil
1670ffbc3d
Enable stack protect and fpic/fpie for host
2016-05-04 21:11:37 -07:00
Eric Erhardt
c0aeb91d61
Merge pull request #2878 from rrelyea/rrelyea/updateNugetVersions
...
Update version number of Nuget binaries to 3.5.0-beta
2016-05-04 18:04:31 -05:00
Zlatko Knezevic
ca554c9838
Fix the dotnet-new README.md ( #2891 )
...
Remove the `--type` additional options that are not valid.
skip ci please
Fix #2867
2016-05-04 15:43:34 -07:00
Krzysztof Wicher
f0018642a9
Merge pull request #2876 from krwq/install_script_default_install_dir
...
fix default INSTALL_DIR & --dry-run issue in dotnet-install.sh
2016-05-04 15:06:24 -07:00
Eric Erhardt
ece4ae52b2
Merge pull request #2851 from dasMulli/bugfix/schema-upgrade-new-project-template
...
Update dotnet-new templates to new project.json schema
2016-05-04 15:51:17 -05:00
Rob Relyea
804b0eea97
Update version number of Nuget binaries to 3.5.0-beta (now w/o buildnumbers)
2016-05-04 13:14:02 -07:00
Krzysztof Wicher
b18df1c51c
fix default INSTALL_DIR issue in dotnet-install.sh
2016-05-04 11:55:06 -07:00
Peter Marcu
6eea734681
Merge pull request #2868 from dotnet/Petermarcu-patch-1
...
Update README.md
2016-05-04 09:19:24 -07:00
Peter Marcu
effefb9e73
Update README.md
2016-05-04 09:18:09 -07:00
Peter Marcu
b904d51f99
Merge pull request #2837 from dotnet/Petermarcu-Official-Links
...
Add Official Build Links
2016-05-04 09:15:31 -07:00
Eric Erhardt
f1e84bbafa
Merge pull request #2860 from alpaix/rel/1.0.0
...
Update NuGet to 3.5.0-beta-1246
2016-05-04 09:28:59 -05:00
Piotr Puszkiewicz
11a001706f
Merge pull request #2857 from dotnet/brthor/2737
...
fixes #2737
2016-05-03 17:42:29 -07:00
Alex Panov
0d6b3c8482
Update NuGet to 3.5.0-beta-1246
2016-05-03 17:34:46 -07:00
Eric Erhardt
a93ce8c0e8
Address PR feedback
...
- Track telemetry isInitialized by checking for TelemetryClient != null
- Don't store the telemetry profile string
2016-05-03 19:19:10 -05:00
Bryan
7cf36037eb
fixes #2737
2016-05-03 16:19:35 -07:00
Krzysztof Wicher
6b9918bcfe
Merge pull request #2850 from krwq/pr_template
...
add PR template
2016-05-03 16:19:09 -07:00
Piotr Puszkiewicz
3e96a05f9c
Merge pull request #2781 from dotnet/brthor/2760
...
fixes #2760
2016-05-03 15:15:42 -07:00