Eric Erhardt
a7becbe6d8
Fix passing /p:DISABLE_CROSSGEN on cli.
...
When passing a property using the commandline, it is not flown through to "dotnet publish" calls. So instead of using "dotnet publish", just use the MSBuild task to invoke the Publish target on the reidst project. This way properties flow correctly.
I also did a little cleaning of unused build logic.
2017-04-04 17:50:28 -05:00
Eric Erhardt
43263cc9c3
Add logging for publishing src\redist.csproj
2017-03-09 16:30:29 -06:00
Piotr Puszkiewicz
12fde69e86
Move remaining Publish actions to redist.csproj
2017-03-01 00:45:02 -08:00
Piotr Puszkiewicz
eee7c7ed32
Move PDB removal to redist.csproj target
2017-03-01 00:45:02 -08:00
Piotr Puszkiewicz
283a80dff0
Move Symbols package creation to redist target
2017-03-01 00:45:02 -08:00
Piotr Puszkiewicz
28d83da782
Remove vbc in a target
2017-03-01 00:45:02 -08:00
Piotr Puszkiewicz
664f089985
Reduce chmod
2017-02-28 18:16:51 -08:00
Piotr Puszkiewicz
01ca1b1208
Ensure redist publishes Roslyn
...
Also fix issue found in PR
2017-02-28 01:39:45 -08:00
Piotr Puszkiewicz
9bdd38cc19
Initial
2017-02-28 01:17:22 -08:00
Piotr Puszkiewicz
8ca21b67f9
Add relative paths, add logs by default
2017-02-27 17:19:39 -08:00
Piotr Puszkiewicz
5d193e8b39
Merge conflicts
2017-02-27 17:13:13 -08:00
Piotr Puszkiewicz
b1787426c0
Also move nupkg contentFiles
2017-02-27 17:11:37 -08:00
Piotr Puszkiewicz
43266d2d9a
Move publishing static MSBuildExtensions to redist.csproj
2017-02-27 17:11:03 -08:00
Justin Goshi
61c1e3e104
Remove duplicate properties
2017-02-27 11:06:44 -08:00
Justin Goshi
74e343e111
First pass at cleaning up the global properties files
2017-02-23 17:07:26 -08:00
Piotr Puszkiewicz
55b81e8a23
Merge pull request #5814 from piotrpMSFT/piotrpmsft/infra/removeCoreHost
...
Remove corehost from CLI layout
2017-02-23 12:40:21 -08:00
Piotr Puszkiewicz
56f9a84dfd
Generate Version file before redist publish
2017-02-23 02:33:00 -08:00
Piotr Puszkiewicz
49dd6bcd7c
Remove corehost from CLI layout
2017-02-23 01:36:43 -08:00
Piotr Puszkiewicz
7818348fc2
Move copying sharedfx to before publish of redist
2017-02-23 01:12:32 -08:00
Piotr Puszkiewicz
1199df1c05
Move tool deps file creation into redist.csproj
2017-02-22 22:47:11 -08:00
Piotr Puszkiewicz
dc1b97c4a1
Merge pull request #5806 from piotrpMSFT/piotrpMSFT/infra/HackFilesToCopy
...
remove HackFilesToCopy
2017-02-22 20:16:51 -08:00
Piotr Puszkiewicz
31f2410b4f
Enable Publishing Roslyn with Static Output Path
2017-02-22 17:33:26 -08:00
Piotr Puszkiewicz
1ed6c2cdac
Fix spacing
2017-02-22 17:01:14 -08:00
Piotr Puszkiewicz
5a89b01459
Remove HackFilesToCopy
2017-02-22 16:57:32 -08:00
Piotr Puszkiewicz
5be3a70121
RootProject property
2017-02-22 15:31:55 -08:00
Justin Goshi
4442b45fef
Try to fix spacing part 3
2017-02-22 11:08:16 -08:00
Justin Goshi
c51d129294
Try to fix spacing part 2
2017-02-22 11:06:57 -08:00
Justin Goshi
aff69fb324
Try to fix spacing
2017-02-22 11:03:11 -08:00
Justin Goshi
70b6dc3be6
Merge branch 'master' into dev/jgoshi/refactorCrossgenTarget
2017-02-22 10:08:54 -08:00
Piotr Puszkiewicz
a7fdc20f25
Convert redist.csproj outputdir to static property
...
Also some cleanup to unnecessary stuff.
2017-02-21 22:17:28 -08:00
Justin Goshi
2eb2c00b30
Refactor props in crossgen.target
2017-02-21 14:22:36 -08:00
Livar Cunha
3ff78c64ff
Fixing the build breaks by removing duplicate RemoteAssetsFromDepsJson and by fixing VersionSuffix in some needed test packages, because now they import dirs.props and dirs.props eventually brings in VersionSuffix.
2017-02-18 22:03:36 -08:00
Piotr Puszkiewicz
0f919d7442
fix merge
2017-02-17 13:07:14 -08:00
Justin Goshi
58d167f3e5
Refactor properties out of Compile.targets
2017-02-16 12:21:15 -08:00
Justin Goshi
2664015e55
Merge branch 'master' into dev/jgoshi/renamePropsFiles
2017-02-15 16:01:37 -08:00
Justin Goshi
62abef428e
Rename build files
2017-02-14 15:42:13 -08:00