30 references to DotnetPackCommand
dotnet.Tests (19)
CommandTests\Pack\PackTests.cs (19)
22
var packCommand = new
DotnetPackCommand
(Log)
46
var packCommand = new
DotnetPackCommand
(Log)
64
new
DotnetPackCommand
(Log)
91
new
DotnetPackCommand
(Log)
114
new
DotnetPackCommand
(Log)
150
new
DotnetPackCommand
(Log)
162
new
DotnetPackCommand
(Log)
174
var result = new
DotnetPackCommand
(Log)
192
new
DotnetPackCommand
(Log)
205
var packCommand = new
DotnetPackCommand
(Log)
253
new
DotnetPackCommand
(Log)
269
var result = new
DotnetPackCommand
(Log)
287
var result = new
DotnetPackCommand
(Log)
301
var result = new
DotnetPackCommand
(Log)
330
var result = new
DotnetPackCommand
(Log)
346
var result = new
DotnetPackCommand
(Log)
381
var result = new
DotnetPackCommand
(Log)
405
var result = new
DotnetPackCommand
(Log)
428
var result = new
DotnetPackCommand
(Log)
dotnet-new.IntegrationTests (1)
BaseIntegrationTest.cs (1)
149
new
DotnetPackCommand
(log, $"{testPath}\\{testProject}", "-o", outputLocation)
Microsoft.DotNet.Cli.Utils.Tests (1)
GivenAppThrowingException.cs (1)
41
new
DotnetPackCommand
(Log)
Microsoft.DotNet.PackageInstall.Tests (2)
TestToolBuilder.cs (2)
175
new
DotnetPackCommand
(log)
183
new
DotnetPackCommand
(log, "-r", RuntimeInformation.RuntimeIdentifier)
Microsoft.NET.Build.Tests (3)
ArtifactsOutputPathTests.cs (3)
299
new
DotnetPackCommand
(Log)
387
new
DotnetPackCommand
(Log)
437
new
DotnetPackCommand
(Log)
Microsoft.NET.Pack.Tests (3)
GivenThatWeWantToPackAHelloWorldProject.cs (3)
89
var packCommand = new
DotnetPackCommand
(Log, helloWorldAsset.TestRoot);
116
var packCommand = new
DotnetPackCommand
(Log, helloWorldAsset.TestRoot);
147
var packCommand = new
DotnetPackCommand
(Log, helloWorldAsset.TestRoot);
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToTestAMultitargetedSolutionWithPublishReleaseOrPackRelease.cs (1)
362
new
DotnetPackCommand
(Log)