Commit graph

1476 commits

Author SHA1 Message Date
Zlatko Knezevic
b2dc8d3bd6 Merge pull request #1469 from dotnet/blackdwarf-patch-1
Update version_badge.svg
2016-02-18 11:20:53 -08: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 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
Bryan
b1885eaa58 Cleanup all the Trims everywhere. csc is the only program which requires response files to have quotes.
additional cleanup
2016-02-17 16:38:41 -08:00
Troy Dai
c2e5b0f24d Add a ProjectModel test 2016-02-17 16:29:28 -08:00
Sridhar Periyasamy
387dc552c4 Fix release builds in docker.
Move the args processing to run-build.sh. Earlier all the args were processed in build.sh and not passed on properly to a docker container.
2016-02-17 16:16:25 -08:00
Pavel Krymets
b50fd8f0d5 Merge pull request #1462 from dotnet/pakrym/compilationlibrary-api
Fix accidental API change in DependencyModel
2016-02-17 15:37:59 -08:00
Pavel Krymets
39192b3222 Fix accidental API change 2016-02-17 15:18:42 -08:00
Troy Dai
501570f46a Merge branch 'troy/projectmodel' into rel/1.0.0 2016-02-17 15:00:26 -08:00
Eric Erhardt
95f4b19178 Merge pull request #1350 from eerhardt/FSharpTestProjects
Move FSharpTestProjects to the TestAssets folder.
2016-02-17 16:32:53 -06:00
Eric Erhardt
f298724dc4 Update developer-guide with the correct paths 2016-02-17 16:22:25 -06:00
Eric Erhardt
5b84d9df00 Merge pull request #1317 from eerhardt/MovePackageTool
Move the debian package_tool into our \tools directory.
2016-02-17 16:21:48 -06:00
Eric Erhardt
247b8106d8 Move FSharpTestProjects to the TestAssets folder. 2016-02-17 15:58:30 -06:00
Eric Erhardt
7b09f3fcac Move the debian package_tool into our \tools directory.
The package_tool isn't really part of our product, so moving it to the tools directory.
2016-02-17 15:50:37 -06:00
Bryan Thornbury
806e506368 Merge pull request #1264 from brthor/cleanup_debian
Clean up symlinks and fix conflict with mono-runtime-common
2016-02-17 12:23:50 -08:00
Troy Dai
ec4629739f Revert System.Reflection.Metadata version to rc2 2016-02-17 12:11:14 -08:00
Pavel Krymets
d35a384d2d Log time from build start instead of absolute time 2016-02-17 12:10:21 -08:00
Bryan Thornbury
73050f535f Clean up symlinks and fix conflict with mono-runtime-common
remove dotnet_home workaround in debian package
2016-02-17 19:56:22 +00:00
Bryan Thornbury
4c76583bd1 Merge pull request #1454 from dotnet/brthor/set-e
Add set -e to package.sh
2016-02-17 11:36:37 -08:00
Bryan Thornbury
f370ac6a0b Add set -e to package.sh 2016-02-17 11:10:53 -08:00
Sridhar Periyasamy
b7c4d51d0a Add the 'CONFIGURATION' env var to Publish targets. 2016-02-17 10:40:34 -08:00
Sridhar Periyasamy
2deb093642 Update run-build.sh
Spit out the `config` during builds
2016-02-17 10:02:18 -08:00
Bryan Thornbury
23907bc924 Merge pull request #1434 from dotnet/brthor/1280/resgen-spaces
Fix Resgen with Spaces in Path
2016-02-17 09:35:26 -08:00
Piotr Puszkiewicz
0262a174b5 Merge pull request #1452 from dotnet/eerhardt-PackagedCommands
Packaged Command Refactor
2016-02-17 00:11:08 -08:00
Piotr Puszkiewicz
43fdc13b51 Add fallback source to test project restore 2016-02-16 23:51:56 -08:00