13 references to AddExecutable
Aspire.Hosting.Tests (13)
Dcp\DcpExecutorTests.cs (9)
231
var exe = builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
263
var exe = builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
295
var exe = builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
328
var exe = builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
365
builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
382
builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
416
builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
450
builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
517
var exe = builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo");
ExecutableResourceTests.cs (1)
21
var exe1 = appBuilder.
AddExecutable
("e1", "ruby", ".", "app.rb")
ManifestGenerationTests.cs (1)
140
var resourceBuilder = program.AppBuilder.
AddExecutable
("program", "run program", "c:/", addExecutableArgs);
Schema\SchemaTests.cs (2)
116
builder.
AddExecutable
(name:"foo", command: "bar", workingDirectory: tempContextPath, "one", "two", "three").PublishAsDockerFile();
134
builder.
AddExecutable
("executable", "hellworld", "foo", "arg1", "arg2");