Commit graph

1499 commits

Author SHA1 Message Date
discostu105
d0d3a629a5 added unit test. made if condition easier to understand. 2016-02-23 15:53:51 +01:00
discostu105
f0c8428925 cleanup of AssemblyInfoOptions 2016-02-22 11:25:02 +01:00
discostu105
8dc1e94aa9 cleanup in AssemblyInfoOptions 2016-02-22 11:22:26 +01:00
discostu105
1dedbcf3e6 Merge branch 'rel/1.0.0' of https://github.com/discostu105/cli into rel/1.0.0
# Conflicts:
#	src/Microsoft.DotNet.Compiler.Common/AssemblyInfoFileGenerator.cs
2016-02-22 10:55:00 +01:00
discostu105
e08401aed6 handle case where TargetFramework is null 2016-02-22 10:53:01 +01:00
discostu105
5e574f46d8 using NuGetFramework.Parse instead of passing Version object 2016-02-22 09:57:55 +01:00
discostu105
a31d4a7920 fixed newlines 2016-02-21 23:38:13 +01:00
discostu105
ac3e14c89e Added TargetFrameworkVersion to AssemblyInfoOptions in order to let AssemblyInfoFileGenerator if attributes are compatible with framework version. E.g. TargetFrameworkAttribute is not .NET 2.0 compatible. fixes #1480 2016-02-21 23:01:55 +01:00
Bryan Thornbury
be8cde81b2 Merge pull request #1484 from dotnet/brthor/debian-e2e
Enable EndToEnd tests against the debian package
2016-02-19 14:58:37 -08:00
Sridhar Periyasamy
856a077bd1 Merge pull request #1487 from Sridhar-MS/cli-x86
Fixes in corehost for building x86 arch.
2016-02-19 12:06:50 -08:00
Sridhar Periyasamy
c8215f84d3 Use macros for __stdcall calling convention. 2016-02-19 11:30:03 -08:00
Piotr Puszkiewicz
e88927486a Merge pull request #1478 from dotnet/piotrpMSFT/--DOTNET_HOME
Removes usage of DOTNET_HOME in CLI repo.
2016-02-18 22:43:28 -08:00
Sridhar Periyasamy
f96ac6ed92 Fixes in corehost for building x86 arch.
Set the calling convention to '__stdcall' explicitly else the default is
'_cdecl' on windows which mismatches with coreclr hosting APIs.
Use the newly built 'corehost' in stage1.
2016-02-18 18:03:26 -08:00
Bryan Thornbury
5b211726d8 Enable EndToEnd tests in the debian package
do a build and drop xml files
2016-02-18 16:57:24 -08:00
Piotr Puszkiewicz
7a9a501def PR feedback 2016-02-18 15:38:23 -08:00
Piotr Puszkiewicz
e625cbcf7a Removes usage of DOTNET_HOME in CLI repo.
DOTNET_HOME is no longer required, though it is a documented override, so this change removes all unnecessary references to DOTNET_HOME from the CLI Repo.
2016-02-18 15:38:23 -08:00
Zlatko Knezevic
f81ba05a7c Merge pull request #1397 from revlucio/rel/1.0.0
Fixed spelling mistakes in documentation
2016-02-18 14:17:40 -08:00
Eric Erhardt
84b6520e39 Merge pull request #1461 from eerhardt/TestNuGetConfig
Remove NuGet.Config files for test projects.
2016-02-18 14:27:39 -06:00
Eric Erhardt
aca2c8c8dd Moving the TEST_ARTIFACTS environment variable to the new C# build scripts. 2016-02-18 13:35:01 -06:00
Bryan Thornbury
8d939fc7e1 Merge pull request #1477 from dotnet/brthor/deps-space-fix
fix dotnet-compile.deps.json space in the path issue.
2016-02-18 11:24:40 -08:00
Zlatko Knezevic
b2dc8d3bd6 Merge pull request #1469 from dotnet/blackdwarf-patch-1
Update version_badge.svg
2016-02-18 11:20:53 -08:00
Eric Erhardt
3da5ae70e2 Remove NuGet.Config files for test projects.
Fix #1316
2016-02-18 13:03:28 -06:00
Bryan Thornbury
a9e1b2488d Merge pull request #1270 from dotnet/brthor/1268/configuration
Fix "unable to locate deps file" for dotnet-test on release configuration
2016-02-18 10:56:53 -08:00
Bryan
dd103cf6a8 fix dotnet-compile.deps.json space in the path issue.
add test for space in the path with Preserve Compilation Context

fix project.json

update tests

update test
2016-02-18 10:51:50 -08:00
Bryan Thornbury
c749bae962 Pipe configuration through CommandResolver
script changes to pipe configuration to test.ps1

debug commit, remove this commit

Change dotnet-test to invoke dotnet-test-xunit directly

build tests with configuration, framework, runtime in windows

Update testtargets in new build scripts

make configuration first arg to dotnet test

PR Feedback

update command factory

fix interface

test update
2016-02-18 09:57:30 -08:00
Pavel Krymets
c65a1700eb Merge pull request #1449 from dotnet/pakrym/runtime-assets
Fix publish runtime asseets
2016-02-18 08:07:37 -08:00
Eric Erhardt
e0f6582070 Merge pull request #1460 from eerhardt/DeveloperGuide
Update developer-guide with the correct paths
2016-02-18 07:25:37 -06:00
David Fowler
8645031db8 Merge pull request #1471 from dotnet/davidfowl/fix-versions
Fixing versions
2016-02-18 02:42:31 -08:00
David Fowler
ed16632a33 Flow the version suffix via pack as well 2016-02-18 02:27:35 -08:00
Senthil
082eda3ce7 Merge pull request #1470 from dotnet/appdep
Update AppDep SDK version
2016-02-18 01:42:10 -08:00
Senthil
e1d8a0505c Update appdep 2016-02-18 01:22:54 -08:00
David Fowler
c941162b17 Fixed the test names 2016-02-18 01:12:24 -08:00
David Fowler
69b5e3f815 Fixing versions
- Added --version-suffix to build and publish
- Support reading DOTNET_* version variables everywhere versions can be read
- Show the commit sha in dotnet --version
- Added tests that check the assembly output version
- Set DOTNET_BUILD_VERSION when producing the CLI app itself so that it has the version information stamped in for help.
2016-02-18 01:10:07 -08:00
Piotr Puszkiewicz
02e39cf81d bust cache 2016-02-18 00:47:00 -08:00
Zlatko Knezevic
dde29a2b4b Update version_badge.svg
Remove the gradient from the version badge template to be more like VSTS badges. Also remove the corner radius to get a full rectangle.
2016-02-17 23:54:07 -08:00
Piotr Puszkiewicz
8d336788e3 bust the GitHub cache 2016-02-17 23:08:37 -08:00
Piotr Puszkiewicz
96b70e4a18 fix powershell no-cache 2016-02-17 22:36:28 -08:00
Troy Dai
ffb782594a Merge branch 'troy/add.test' into rel/1.0.0 2016-02-17 22:16:26 -08:00
Pavel Krymets
6f0e52376e Merge pull request #1455 from dotnet/pakrym/timespan
Log time from build start instead of absolute time
2016-02-17 21:29:37 -08:00
David Fowler
c980d0a8ed Fixed priting of test project 2016-02-17 21:20:18 -08:00
Piotr Puszkiewicz
9eb6bdec2a fix publish scripts 2016-02-17 19:32:10 -08:00
Piotr Puszkiewicz
f3c5d7a929 Merge pull request #1467 from dotnet/piotrpMSFT/readmeVersion
add version badges to readme.md
2016-02-17 19:02:38 -08:00
Piotr Puszkiewicz
b34b5e7763 rebase 2016-02-17 18:50:30 -08:00
Piotr Puszkiewicz
8cc5bd7011 Merge pull request #1466 from dotnet/piotrpMSFT/dotnet-hello-cleaner
dotnet-hello package cleanup and no-cache
2016-02-17 18:40:21 -08:00
Piotr Puszkiewicz
2625b7e981 disable caching for latest binaries 2016-02-17 18:19:27 -08:00
Piotr Puszkiewicz
fc2ff2cc57 Test targets now clean up dotnet-hello from nuget cache 2016-02-17 18:19:27 -08:00
Pavel Krymets
bd94c19d2e Merge pull request #1465 from dotnet/pakrym/app-local-logic
Change app local resolution logic to require refs folder for packages and referenceassemblies
2016-02-17 17:26:28 -08:00
Bryan Thornbury
61489aef6c Merge pull request #1464 from dotnet/brthor/cleanup_trims
Cleanup quoting in response files, and trims.
2016-02-17 17:06:37 -08:00
Pavel Krymets
93570ea4aa Fix app local resolution logic 2016-02-17 17:06:33 -08:00
Sridhar Periyasamy
2887d21da3 Merge pull request #1463 from Sridhar-MS/docker-rel-fix
Fix release builds in docker.
2016-02-17 16:41:29 -08:00