Piotr Puszkiewicz
|
e617376bc7
|
Trailing newlines + standardize tabs -> spaces
|
2017-03-02 20:35:20 -08:00 |
|
Piotr Puszkiewicz
|
d9a06ba95c
|
Remove unnecessary Release constants
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
</PropertyGroup>
|
2017-03-02 20:11:21 -08:00 |
|
Piotr Puszkiewicz
|
78cf9a2941
|
Version as Metadata in src/
|
2017-03-02 19:49:30 -08:00 |
|
Piotr Puszkiewicz
|
85ca206d84
|
Merge pull request #5879 from dotnet/piotrpMSFT/infra/reduceRedist
Remove unnecessary P2P's from redist.csproj
|
2017-03-01 10:13:59 -08:00 |
|
Piotr Puszkiewicz
|
65f6424ddf
|
symbols sdk
|
2017-03-01 01:24:07 -08:00 |
|
Piotr Puszkiewicz
|
5f4ef8ff77
|
Remove unnecessary P2P's from redist.csproj
|
2017-03-01 01:08:33 -08:00 |
|
Piotr Puszkiewicz
|
eb09b62236
|
Because ;
|
2017-03-01 00:46:13 -08:00 |
|
Piotr Puszkiewicz
|
12fde69e86
|
Move remaining Publish actions to redist.csproj
|
2017-03-01 00:45:02 -08:00 |
|
Piotr Puszkiewicz
|
7bdd7befd8
|
Merge resolution
|
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
|
a1d27b6843
|
Merge pull request #5741 from spboyer/master
Update help text for dotnet-add-package
|
2017-03-01 00:36:57 -08:00 |
|
Piotr Puszkiewicz
|
db35770913
|
Add back Windows condition
|
2017-02-28 19:30:43 -08:00 |
|
Piotr Puszkiewicz
|
3682882be4
|
Make RunCsc.sh executable
|
2017-02-28 19:13:00 -08:00 |
|
Piotr Puszkiewicz
|
0100fd9aa7
|
Simplify chmod usage
|
2017-02-28 18:53:13 -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
|
e2c9071c81
|
Remove duplicate glob
|
2017-02-27 19:11:38 -08:00 |
|
Piotr Puszkiewicz
|
e9a31a27ba
|
Use PublishDir within redist.csproj
|
2017-02-27 18:48:05 -08:00 |
|
Piotr Puszkiewicz
|
452b7fcbdd
|
Maybe order matters for AV...
|
2017-02-27 18:19:06 -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
|
981db5f817
|
Wip
|
2017-02-27 17:11:37 -08:00 |
|
Piotr Puszkiewicz
|
69f5ecbeea
|
Remove targets from deps file
|
2017-02-27 17:11:37 -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 |
|
Piotr Puszkiewicz
|
f5f6adccb0
|
Merge pull request #5797 from krwq/2017-02-17-clean-up-cli-utils
Add unit tests around command line parsing
|
2017-02-23 14:07:28 -08:00 |
|
Krzysztof Wicher
|
3a3025b3af
|
remove duplication in dotnet-restore
|
2017-02-23 11:31:48 -08:00 |
|
Krzysztof Wicher
|
c75d2e446e
|
reduce some repetition
|
2017-02-23 11:24:36 -08:00 |
|
Piotr Puszkiewicz
|
56f9a84dfd
|
Generate Version file before redist publish
|
2017-02-23 02:33:00 -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 |
|
Krzysztof Wicher
|
eddca32b2f
|
add dotnet clean unit tests
|
2017-02-22 17:40:02 -08:00 |
|
Piotr Puszkiewicz
|
31f2410b4f
|
Enable Publishing Roslyn with Static Output Path
|
2017-02-22 17:33:26 -08:00 |
|
Piotr Puszkiewicz
|
4d0dbdbb7f
|
Cleanup
|
2017-02-22 17:05:49 -08:00 |
|
Piotr Puszkiewicz
|
b81a00cfe3
|
add back Roslyn tasks
|
2017-02-22 17:01:14 -08:00 |
|
Piotr Puszkiewicz
|
5a89b01459
|
Remove HackFilesToCopy
|
2017-02-22 16:57:32 -08:00 |
|
Krzysztof Wicher
|
b85a2ec6f2
|
unit tests for dotnet-cache invocation, some cleanup
|
2017-02-22 15:49:39 -08:00 |
|
Krzysztof Wicher
|
3415a79940
|
vstest unit tests
|
2017-02-22 13:53:44 -08:00 |
|
Krzysztof Wicher
|
1514dd5e16
|
add dotnet-publish unit tests
|
2017-02-22 12:45:11 -08:00 |
|
Krzysztof Wicher
|
584b4a93c0
|
add dotnet pack unit tests
|
2017-02-22 12:01:59 -08:00 |
|
Krzysztof Wicher
|
06ceb66089
|
skip not finished tests and add restore unit tests
|
2017-02-22 11:43:03 -08:00 |
|
Krzysztof Wicher
|
873bb31cfa
|
Move CommandCreationException to root
|
2017-02-22 10:52:23 -08:00 |
|
Krzysztof Wicher
|
099dca3950
|
stub for tests
|
2017-02-22 10:44:15 -08:00 |
|
Shayne Boyer
|
0e3b47b725
|
undo .xlf remove-reference
|
2017-02-22 10:46:31 -05:00 |
|
Shayne Boyer
|
2f65c3ee6a
|
undo .xlf fils for add-reference
|
2017-02-22 10:43:40 -05:00 |
|