1 write to Id
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
43
Id
= id;
7 references to Id
Aspire.EndToEnd.Tests (7)
tests\Shared\WorkloadTesting\AspireProject.cs (7)
30
public string AppHostProjectDirectory => Path.Combine(RootDir, $"{
Id
}.AppHost");
31
public string ServiceDefaultsProjectPath => Path.Combine(RootDir, $"{
Id
}.ServiceDefaults");
32
public string TestsProjectDirectory => Path.Combine(RootDir, $"{
Id
}.Tests");
47
LogPath = Path.Combine(_buildEnv.LogRootPath,
Id
);
304
workingDirectory ??= Path.Combine(RootDir, $"{
Id
}.AppHost");
308
var res = await restoreCmd.ExecuteAsync($"restore \"-bl:{Path.Combine(LogPath!, $"{
Id
}-restore.binlog")}\" /p:TreatWarningsAsErrors=true");
311
var buildArgs = $"build \"-bl:{Path.Combine(LogPath!, $"{
Id
}-build.binlog")}\" /p:TreatWarningsAsErrors=true";