1 write to Id
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
44
Id
= id;
7 references to Id
Aspire.EndToEnd.Tests (7)
tests\Shared\TemplatesTesting\AspireProject.cs (7)
32
public string ServiceDefaultsProjectPath => Path.Combine(RootDir, $"{
Id
}.ServiceDefaults");
33
public string TestsProjectDirectory => Path.Combine(RootDir, $"{
Id
}.Tests");
48
LogPath = Path.Combine(_buildEnv.LogRootPath,
Id
);
50
AppHostProjectDirectory = Path.Combine(RootDir, $"{
Id
}.AppHost");
322
workingDirectory ??= Path.Combine(RootDir, $"{
Id
}.AppHost");
326
var res = await restoreCmd.ExecuteAsync($"restore \"-bl:{Path.Combine(LogPath!, $"{
Id
}-restore.binlog")}\" /p:TreatWarningsAsErrors=true");
329
var buildArgs = $"build \"-bl:{Path.Combine(LogPath!, $"{
Id
}-build.binlog")}\" /p:TreatWarningsAsErrors=true";