Commit graph

3487 commits

Author SHA1 Message Date
Bryan Thornbury
ee8a01b8d6 Merge pull request #3924 from brthor/brthor/msbuild-vers
change feature-msbuild versions.
2016-07-25 14:37:36 -07:00
Bryan Thornbury
7c71af8db5 get Eric's change 2016-07-25 14:06:46 -07:00
Bryan Thornbury
5d96412b14 change feature-msbuild branch versions 2016-07-25 14:05:41 -07:00
Eric Erhardt
eaa771edca Merge pull request #3918 from blackdwarf/frefix
Fix newlines in the first run experience message
2016-07-25 10:11:34 -05:00
Piotr Puszkiewicz
fe5119fde4 Piotrp msft/merge2msbuild (#3923)
* Add Test for removing readonly flag when copying readonly library assets

* change namespace

* PR Feedback

* Update README.md (#3904)

* Update README.md

* Responding to PR feedback

* Responding to PR feedback
2016-07-23 13:38:31 -04:00
Eric Erhardt
fd8bbdcb63 Merge pull request #3911 from eerhardt/msbuild-E2E
MSBuild end to end
2016-07-22 18:49:22 -05:00
Piotr Puszkiewicz
1bf9795374 Replaces custom archiving tasks with build_tools implementation (#3905)
* TarGzFileCreateFromDirectory

* Replace ArchiveDirectory with BuildTools implementation

* Fix archive naming

* Because sometimes XML cares about whitespace...

* Create Packages Directory

* Cleanup
2016-07-22 19:01:32 -04:00
Zlatko Knezevic
77136a11ee Update README.md (#3904)
* Update README.md

* Responding to PR feedback

* Responding to PR feedback
2016-07-22 14:21:15 -07:00
Bryan Thornbury
30557a179a Merge pull request #3914 from brthor/brthor/readonlytest
Add Test for removing readonly flag when copying readonly library assets
2016-07-22 10:18:48 -07:00
Eric Erhardt
1f8facc7c5 Fix TestSdkDeb to run tests against the installed dotnet. 2016-07-22 07:04:25 -05:00
Eric Erhardt
c317c92691 Correcting the casing of Microsoft.Common.targets directory 2016-07-22 07:04:24 -05:00
Eric Erhardt
3a446ec5d4 Fixing the Sdk.props to work correctly for Release config and xplat pdb creation. 2016-07-22 07:04:24 -05:00
Eric Erhardt
5296b28db7 Removing all PlatformTarget setting in the default Sdk.props file.
This value is passed in by the CLI.
2016-07-22 07:04:23 -05:00
Zlatko Knezevic
d14fda084b Fix newlines in the first run experience message
The newlines in the first run experience were missing which made the text
look a little squashed.

Fixes #3909
2016-07-21 23:00:26 -07:00
Bryan Thornbury
5cb8be5143 PR Feedback 2016-07-21 22:09:07 -07:00
Bryan Thornbury
f829d8cb93 change namespace 2016-07-21 21:12:50 -07:00
Bryan Thornbury
e1c5c7a43d Add Test for removing readonly flag when copying readonly library assets 2016-07-21 19:36:45 -07:00
Eric Erhardt
e908ffec91 Fix build3 tests. 2016-07-21 18:29:35 -05:00
Eric Erhardt
69619c0716 PR feedback. 2016-07-21 18:17:20 -05:00
Eric Erhardt
72c59c4d05 Add test for MSBuild End to End. 2016-07-21 16:02:57 -05:00
Eric Erhardt
f0afc7eb79 Minor cleanup. 2016-07-21 12:41:20 -05:00
Eric Erhardt
0eeb58f4eb Clean up the temporary TestAsset changes. 2016-07-21 12:23:51 -05:00
Eric Erhardt
9751b3203c Remove the Sdk nuget package. 2016-07-21 12:18:00 -05:00
Eric Erhardt
b068687413 Implement 'run3' command which will execute the MSBuild project.
Also create a 'dotnet new -t msbuild' template.
2016-07-21 11:57:20 -05:00
Eric Erhardt
bccff16c18 Round 2: rename the SDK NuGet package and add ImportBeforeAfter files to load them. 2016-07-21 11:57:19 -05:00
Eric Erhardt
30712966cc Prototype round #1 of .NET Core MSBuild .props and .targets. 2016-07-21 11:57:18 -05:00
Piotr Puszkiewicz
9446a81a25 Move CheckPrereqs to MSBuild (#3895)
* Move CheckPrereqs to MSBuild

* Tabs to Spaces

* PR feedback
2016-07-20 23:42:23 -04:00
Piotr Puszkiewicz
24d2e638d5 Build Cleanup: Part 2 (#3890)
* Remove deprecated build_projects sources

* Remove BuildSetup, StandardGoals, and Target Attributes

* Incremental restore of tasks dll

* CheckPreReq conforms with MSBuild Error Handling guidelines

* Eliminate deprecated content

* PR Feedback
2016-07-19 17:01:02 -04:00
Livar
354a43ff83 Merge pull request #3888 from livarcocc/add_variables_to_dockerrun
Adding publishing variables to the dockerrun.sh file
2016-07-19 13:35:08 -07:00
Livar Cunha
776cab609e Adding the storage variables to the dockerrun.sh file so that they are set as env variables in docker. 2016-07-19 10:11:46 -07:00
Eric Erhardt
d3df1525ae Merge pull request #3887 from eerhardt/msbuild-mergeRel
Merge gitignore change into feature/msbuild
2016-07-19 07:51:02 -05:00
Eric Erhardt
4de7863e74 Merge remote-tracking branch 'refs/remotes/upstream/rel/1.0.0' 2016-07-19 07:09:57 -05:00
Eric Erhardt
76058bea60 Merge pull request #3886 from eerhardt/IgnoreZips
Update gitignore to ignore the generated dotnet-new .zip files.
2016-07-19 06:56:30 -05:00
Eric Erhardt
9a522ccd32 Update gitignore to ignore the generated dotnet-new .zip files. 2016-07-18 16:56:34 -05:00
Eric Erhardt
bf70bac09b Merge pull request #3885 from eerhardt/msbuild-mergeRel
Merge rel/1.0.0 into msbuild/feature
2016-07-18 16:21:01 -05:00
Eric Erhardt
d2db776d87 Merge rel/1.0.0 into feature/msbuild. 2016-07-18 14:44:06 -05:00
Eric Erhardt
9c6bcb9a83 Merge pull request #3878 from eerhardt/UpdateDependenciesConversion
Move to buildtools' VersionTools for update-dependencies.
2016-07-18 14:06:00 -05:00
Eric Erhardt
eada6913c4 PR feedback 2016-07-15 19:52:20 -05:00
Eric Erhardt
a27d02eb66 Move to buildtools' VersionTools for update-dependencies. 2016-07-15 19:41:29 -05:00
Bryan Thornbury
cebf828acb Merge pull request #3876 from brthor/brthor/nupkgfix
fix nupkg generation
2016-07-15 16:32:39 -07:00
Bryan Thornbury
2455528b2e fix nupkg generation 2016-07-15 15:58:03 -07:00
Livar
3f52e83daf Merge pull request #3872 from livarcocc/publish_msbuild
Publish msbuild
2016-07-15 15:05:49 -07:00
Livar Cunha
01b4981461 Addressing code review comments 2016-07-15 13:44:11 -07:00
Piotr Puszkiewicz
89e127b8ac Move downloads to CDN (#3873) 2016-07-15 15:36:01 -04:00
Livar Cunha
03a17a9b76 Adding a task to set the blob properties correctly based on type. 2016-07-15 11:40:56 -07:00
Mattias Karlsson
1f52591d9e Fix invalid json in runtimeconfig (#3871)
The json in  [appname].runtimeconfig.json example is invalid, this adds the missing `,`
2016-07-15 08:52:09 -07:00
Piotr Puszkiewicz
5059e9c61b CLI Build Cleanup: Round 1 (#3869)
* dotnet-cli-build non-runnable

* Usings + License
2016-07-15 08:31:50 -07:00
Piotr Puszkiewicz
a477fe7253 Incremental build of test projects (#3859)
* If restore incrementality fails, clean out all lock files to re-enable incrementality.

* Incremental build of TestProjects

* Remove reduntant build of test projects

* Fix CI

* Fix list of executable tests

* Msi tests on net46

* Path Separators

* PR Feedback

* Win Diag

* Let's try a hack!

* And another!

* Mor Diag

* McHack

* Slashety slash slash

* One more hack
2016-07-15 00:20:23 -07:00
Livar Cunha
6d7f110122 Uploading assets using msbuild.
Copying Microsoft.WindowsAzure.Storage.dll to the sdk stage0 folder to get around issue https://github.com/Microsoft/msbuild/issues/658.
2016-07-14 16:56:20 -07:00
Eric Erhardt
164244f4df Merge pull request #3760 from svick/broken-links
Fixed docs links in READMEs
2016-07-14 15:20:17 -05:00