Commit ac25088
1 parent 80a0f15 commit ac25088
File tree
15 files changed
+18
-86
lines changed- patches/cli
- repos
- src
15 files changed
+18
-86
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
19 | 18 |
| |
20 | 19 |
| |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
- .gitignore+3
- Documentation/general/signing-global-tool-packages.md+60
- Documentation/general/tool-nuget-package-format.md+29
- TestAssets/TestProjects/TestAppsWithSlnAndMultitargetedProjects/MultitargetedCS/MultitargetedCS.csproj+8
- TestAssets/TestProjects/TestAppsWithSlnAndMultitargetedProjects/MultitargetedCS/Program.cs+12
- TestAssets/TestProjects/TestAppsWithSlnAndMultitargetedProjects/MultitargetedFS/MultitargetedFS.fsproj+12
- TestAssets/TestProjects/TestAppsWithSlnAndMultitargetedProjects/MultitargetedFS/Program.fs+8
- TestAssets/TestProjects/TestAppsWithSlnAndMultitargetedProjects/MultitargetedVB/MultitargetedVB.vbproj+9
- TestAssets/TestProjects/TestAppsWithSlnAndMultitargetedProjects/MultitargetedVB/Program.vb+7
- TestAssets/TestProjects/TestAppsWithSlnAndMultitargetedProjects/TestAppsWithSlnAndMultitargetedProjects.sln+18
- build/DependencyVersions.props+5-5
- build/MSBuildExtensions.targets+1
- build/package/Installer.DEB.proj+18-17
- build/package/Installer.DEB.targets+5-12
- build/package/Installer.RPM.targets+10-18
- run-build.ps1+2-2
- run-build.sh+2-2
- src/dotnet/CommonOptions.cs+2-2
- src/dotnet/commands/dotnet-run/RunCommand.cs+8-1
- src/dotnet/commands/dotnet-test/LocalizableStrings.resx+3
- src/dotnet/commands/dotnet-test/TestCommandParser.cs+1
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.cs.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.de.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.es.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.fr.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.it.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.ja.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.ko.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.pl.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.pt-BR.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.ru.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.tr.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.zh-Hans.xlf+5
- src/dotnet/commands/dotnet-test/xlf/LocalizableStrings.zh-Hant.xlf+5
- src/redist/redist.csproj+1-1
- test/EndToEnd/GivenSelfContainedAppsRollForward.cs+3-2
- test/dotnet-migrate.Tests/GivenThatIWantToMigrateSolutions.cs+1-1
- test/dotnet-new.Tests/GivenThatIWantANewApp.cs+1-1
- test/dotnet-run.Tests/GivenDotnetRunRunsCsProj.cs+23
- test/dotnet-sln-add.Tests/GivenDotnetSlnAdd.cs+66
- test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsproj.cs+40
- test/dotnet.Tests/CommandTests/CompleteCommandTests.cs+2-1
0 commit comments