13 references to AddExecutable
Aspire.Hosting.Tests (13)
Dcp\DcpExecutorTests.cs (9)
112
var exe = builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
144
var exe = builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
176
var exe = builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
209
var exe = builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
246
builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
263
builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
297
builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
331
builder.
AddExecutable
("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
398
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");