200 references to PublishCommand
dotnet.Tests (2)
CommandTests\Publish\GivenDotnetPublishPublishesProjects.cs (1)
203
var publishCommand = new
PublishCommand
(testAsset);
GivenThatICareAboutVBApps.cs (1)
42
var publishCommand = new
PublishCommand
(testInstance);
EndToEnd.Tests (1)
GivenWeWantToRequireWindowsForDesktopApps.cs (1)
65
new
PublishCommand
(testInstance)
Microsoft.NET.Build.Tests (9)
COMReferenceTests.cs (1)
123
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToBuildADesktopExe.cs (3)
293
var publishCommand = new
PublishCommand
(testAsset);
1094
var publishCommand = new
PublishCommand
(testAsset);
1130
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToBuildANetCoreApp.cs (1)
596
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToBuildASelfContainedApp.cs (1)
376
var publishCommand = new
PublishCommand
(createdAppProject);
GivenWeWantToRequireWindowsForDesktopApps.cs (2)
124
new
PublishCommand
(testAsset)
254
var publishCommand = new
PublishCommand
(asset);
ReferenceExeTests.cs (1)
124
var publishCommand = new
PublishCommand
(testProjectInstance);
Microsoft.NET.Publish.Tests (171)
GivenThatAPublishedDepsJsonShouldContainVersionInformation.cs (3)
43
var publishCommand = new
PublishCommand
(testAsset);
125
var publishCommand = new
PublishCommand
(testAsset);
222
command = new
PublishCommand
(testAsset);
GivenThatWeWantToCrossPublish.cs (1)
27
var publishCommand = new
PublishCommand
(testProjectInstance);
GivenThatWeWantToExcludeAPackageFromPublish.cs (6)
37
var publishCommand = new
PublishCommand
(helloWorldAsset);
87
var publishCommand = new
PublishCommand
(helloWorldAsset);
138
var publishCommand = new
PublishCommand
(helloWorldAsset);
200
var publishCommand = new
PublishCommand
(testAsset);
229
var publishCommand = new
PublishCommand
(testAsset);
254
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToFilterSatelliteAssemblies.cs (2)
32
var publishCommand = new
PublishCommand
(testProjectInstance);
70
var publishCommand = new
PublishCommand
(testProjectInstance);
GivenThatWeWantToPreserveCompilationContext.cs (1)
61
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishAComServerLibrary.cs (1)
19
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishAFrameworkDependentApp.cs (2)
58
var publishCommand = new
PublishCommand
(testAsset);
107
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishAHelloWorldProject.cs (17)
37
var publishCommand = new
PublishCommand
(helloWorldAsset);
87
var publishCommand = new
PublishCommand
(helloWorldAsset);
157
var publishCommand = new
PublishCommand
(testProjectInstance);
198
var publishCommand = new
PublishCommand
(testProjectInstance);
315
var publishCommand = new
PublishCommand
(testProjectInstance);
420
var publishCommand = new
PublishCommand
(helloWorldAsset);
705
var publishCommand = new
PublishCommand
(helloWorldAsset);
725
var publishCommand = new
PublishCommand
(testAsset);
763
new
PublishCommand
(testAsset)
826
new
PublishCommand
(testAsset)
876
var command = new
PublishCommand
(testProjectInstance);
959
var command = new
PublishCommand
(testProjectInstance);
1004
var command = new
PublishCommand
(testProjectInstance);
1061
var command = new
PublishCommand
(testProjectInstance);
1146
var publishCommand = new
PublishCommand
(testAsset);
1217
var publishCommand = new
PublishCommand
(testAsset);
1234
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishAnAotApp.cs (15)
93
var publishCommand = new
PublishCommand
(testAsset);
140
var publishCommand = new
PublishCommand
(testAsset);
191
var publishCommand = new
PublishCommand
(testAsset);
283
var publishCommand = new
PublishCommand
(testAsset);
332
var publishCommand = new
PublishCommand
(testAsset);
363
var publishCommand = new
PublishCommand
(testAsset);
402
var publishCommand = new
PublishCommand
(testAsset);
440
var publishCommand = new
PublishCommand
(testAsset);
631
var publishCommand = new
PublishCommand
(testAsset);
730
var publishCommand = new
PublishCommand
(testAsset);
827
var publishCommand = new
PublishCommand
(testAsset);
864
var publishCommand = new
PublishCommand
(testAsset);
917
var publishCommand = new
PublishCommand
(testAsset);
984
var publishCommand = new
PublishCommand
(testAsset, "App");
1010
var publishCommand = new
PublishCommand
(testAsset, "App");
GivenThatWeWantToPublishAnAppWithLibrariesAndRid.cs (1)
114
var publishCommand = new
PublishCommand
(testAsset, "App");
GivenThatWeWantToPublishANetCoreAppForTelemetry.cs (4)
30
var publishCommand = new
PublishCommand
(testProjectInstance);
48
var publishCommand = new
PublishCommand
(testProjectInstance);
80
var publishCommand = new
PublishCommand
(testProjectInstance);
113
var publishCommand = new
PublishCommand
(testProjectInstance);
GivenThatWeWantToPublishAnUnpublishableProject.cs (1)
19
var publishCommand = new
PublishCommand
(helloWorldAsset);
GivenThatWeWantToPublishAProjectWithDependencies.cs (6)
25
PublishCommand publishCommand =
new
(simpleDependenciesAsset);
67
PublishCommand publishCommand =
new
(testAsset);
125
PublishCommand publishCommand =
new
(simpleDependenciesAsset);
175
PublishCommand publishCommand =
new
(simpleDependenciesAsset);
208
var publishCommand = new
PublishCommand
(kitchenSinkAsset, "TestApp");
266
var appPublishCommand = new
PublishCommand
(appAsset);
GivenThatWeWantToPublishASelfContainedApp.cs (7)
28
var publishCommand = new
PublishCommand
(testAsset);
61
var publishCommand = new
PublishCommand
(testAsset);
87
var publishCommand = new
PublishCommand
(testAsset);
124
new
PublishCommand
(testAsset, "main")
148
var command = new
PublishCommand
(testProjectInstance);
193
var command = new
PublishCommand
(testProjectInstance);
231
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishASingleFileApp.cs (21)
76
return new
PublishCommand
(testAsset);
103
var cmd = new
PublishCommand
(testAsset);
169
var publishCommand = new
PublishCommand
(testAsset);
192
var publishCommand = new
PublishCommand
(testAsset);
215
var publishCommand = new
PublishCommand
(testAsset);
281
var publishCommand = new
PublishCommand
(testAsset);
314
var publishCommand = new
PublishCommand
(testAsset);
413
var publishCommand = new
PublishCommand
(testAsset);
473
var publishCommand = new
PublishCommand
(testAsset);
562
var publishCommand = new
PublishCommand
(testAsset);
702
var publishCommand = new
PublishCommand
(testAsset);
820
var publishCommand = new
PublishCommand
(testAsset);
862
var publishCommand = new
PublishCommand
(testAsset);
893
var publishCommand = new
PublishCommand
(testAsset);
916
var publishCommand = new
PublishCommand
(testAsset);
939
var publishCommand = new
PublishCommand
(testAsset);
959
var publishCommand = new
PublishCommand
(testAsset);
990
var publishCommand = new
PublishCommand
(testAsset);
1024
var publishCommand = new
PublishCommand
(testAsset);
1082
var publishCommand = new
PublishCommand
(testAsset);
1152
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishASingleFileLibrary.cs (1)
37
new
PublishCommand
(testAsset)
GivenThatWeWantToPublishAToolProject.cs (2)
39
var publishCommand = new
PublishCommand
(testAsset);
53
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishAToolProjectWithPackagedShim.cs (2)
38
var publishCommand = new
PublishCommand
(testAsset);
55
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishAWebApp.cs (4)
32
var command = new
PublishCommand
(testAsset);
74
var command = new
PublishCommand
(testProjectInstance);
133
var command = new
PublishCommand
(testProjectInstance);
199
var command = new
PublishCommand
(testProjectInstance);
GivenThatWeWantToPublishIncrementally.cs (11)
29
var publishCommand = new
PublishCommand
(testAsset);
70
var publishCommand = new
PublishCommand
(testAsset);
90
new
PublishCommand
(testAsset)
115
var publishCommand = new
PublishCommand
(testAsset).WithWorkingDirectory(testAsset.Path) as PublishCommand;
153
var publishCommand = new
PublishCommand
(testAsset);
235
new
PublishCommand
(testAsset)
244
new
PublishCommand
(testAsset)
272
new
PublishCommand
(testAsset)
279
new
PublishCommand
(testAsset)
291
new
PublishCommand
(testAsset)
316
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishReadyToRun.cs (5)
42
var publishCommand = new
PublishCommand
(testProjectInstance);
73
var publishCommand = new
PublishCommand
(testProjectInstance);
163
var publishCommand = new
PublishCommand
(testProjectInstance);
185
var publishCommand = new
PublishCommand
(testAsset);
380
var publishCommand = new
PublishCommand
(testProjectInstance);
GivenThatWeWantToPublishToClickOnce.cs (1)
38
var command = new
PublishCommand
(testProjectInstance);
GivenThatWeWantToPublishTrimmedWindowsFormsAndWPFApps.cs (5)
79
var publishCommand = new
PublishCommand
(testAsset);
105
var publishCommand = new
PublishCommand
(testAsset);
271
var publishCommand = new
PublishCommand
(testAsset);
353
var publishCommand = new
PublishCommand
(testAsset);
379
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToPublishWithGeneratePackageOnBuildAndPackAsTool.cs (1)
35
var publishCommand = new
PublishCommand
(testAsset);
GivenThatWeWantToRunILLink.cs (48)
45
var publishCommand = new
PublishCommand
(testAsset);
84
var publishCommand = new
PublishCommand
(testAsset);
125
var publishCommand = new
PublishCommand
(testAsset);
159
var publishCommand = new
PublishCommand
(testAsset);
183
var publishCommand = new
PublishCommand
(testAsset);
280
var publishCommand = new
PublishCommand
(testAsset);
306
var publishCommand = new
PublishCommand
(testAsset);
345
var publishCommand = new
PublishCommand
(testAsset);
381
var publishCommand = new
PublishCommand
(testAsset);
405
var publishCommand = new
PublishCommand
(testAsset);
435
var publishCommand = new
PublishCommand
(testAsset);
470
var publishCommand = new
PublishCommand
(testAsset);
494
var publishCommand = new
PublishCommand
(testAsset);
524
var publishCommand = new
PublishCommand
(testAsset);
564
var publishCommand = new
PublishCommand
(testAsset);
594
var publishCommand = new
PublishCommand
(testAsset);
614
var publishCommand = new
PublishCommand
(testAsset);
651
var publishCommand = new
PublishCommand
(testAsset);
674
var publishCommand = new
PublishCommand
(testAsset);
703
var publishCommand = new
PublishCommand
(testAsset);
729
var publishCommand = new
PublishCommand
(testAsset, "App");
752
var publishCommand = new
PublishCommand
(testAsset, "App");
778
var publishCommand = new
PublishCommand
(testAsset, "App");
811
var publishCommand = new
PublishCommand
(testAsset);
1043
var publishCommand = new
PublishCommand
(testAsset);
1119
var publishCommand = new
PublishCommand
(testAsset);
1158
var publishCommand = new
PublishCommand
(testAsset);
1183
var publishCommand = new
PublishCommand
(testAsset);
1217
var publishCommand = new
PublishCommand
(testAsset);
1243
var publishCommand = new
PublishCommand
(testAsset);
1275
var publishCommand = new
PublishCommand
(testAsset);
1312
var publishCommand = new
PublishCommand
(testAsset);
1351
var publishCommand = new
PublishCommand
(testAsset);
1404
var publishCommand = new
PublishCommand
(testAsset);
1442
var publishCommand = new
PublishCommand
(testAsset);
1479
var publishCommand = new
PublishCommand
(testAsset);
1508
var publishCommand = new
PublishCommand
(testAsset);
1551
var publishCommand = new
PublishCommand
(testAsset);
1571
var publishCommand = new
PublishCommand
(testAsset);
1596
var publishCommand = new
PublishCommand
(testAsset);
1616
var publishCommand = new
PublishCommand
(testAsset);
1633
var publishCommand = new
PublishCommand
(testAsset);
1653
var publishCommand = new
PublishCommand
(testAsset);
1681
var publishCommand = new
PublishCommand
(testAsset);
1700
var publishCommand = new
PublishCommand
(testAsset);
1718
var publishCommand = new
PublishCommand
(testAsset);
1737
var publishCommand = new
PublishCommand
(testAsset);
1756
var publishCommand = new
PublishCommand
(testAsset);
PublishNetFrameworkApp.cs (1)
30
var publishCommand = new
PublishCommand
(testAsset);
PublishWebApp.cs (1)
39
var publishCommand = new
PublishCommand
(testAsset);
RuntimeIdentifiersTests.cs (1)
164
var publishCommand = new
PublishCommand
(testAsset);
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (2)
WasmAoTPublishIntegrationTest.cs (2)
31
var publishCommand = new
PublishCommand
(testInstance, "blazorwasm");
75
var publishCommand = new
PublishCommand
(testInstance, "blazorwasm");
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (5)
WasmBuildLazyLoadTest.cs (2)
140
var publishCommand = new
PublishCommand
(testInstance, "blazorwasm");
192
var publishCommand = new
PublishCommand
(testInstance, "blazorwasm");
WasmCompressionTests.cs (3)
30
var publishCommand = new
PublishCommand
(testInstance, "blazorhosted");
83
var publishCommand = new
PublishCommand
(testInstance, "blazorhosted");
180
var publishCommand = new
PublishCommand
(testInstance, "blazorwasm");
Microsoft.NET.Sdk.Razor.Tests (7)
PublishIntegrationTest.cs (7)
18
var publish = new
PublishCommand
(projectDirectory);
73
var publish = new
PublishCommand
(projectDirectory);
89
var publish = new
PublishCommand
(projectDirectory);
117
var publish = new
PublishCommand
(projectDirectory);
135
var publish = new
PublishCommand
(projectDirectory, "AppWithP2PReference");
182
var publish = new
PublishCommand
(projectDirectory, "AppWithP2PReference");
215
var publish = new
PublishCommand
(projectDirectory);
Microsoft.NET.Sdk.Web.Tests (2)
PublishTests.cs (2)
31
var publishCommand = new
PublishCommand
(testAsset);
68
var publishCommand = new
PublishCommand
(testAsset);
Microsoft.NET.TestFramework (1)
AspNetSdkTest.cs (1)
127
var publish = new
PublishCommand
(asset, relativePathToProject);