AzureSandboxesDeploymentTests.cs (14)
54var defaultUrlFile = Path.Combine(workspace.WorkspaceRoot.FullName, "dotnet-default-url.txt");
55var anonymousUrlFile = Path.Combine(workspace.WorkspaceRoot.FullName, "dotnet-anonymous-url.txt");
56var deployOutputFile = Path.Combine(workspace.WorkspaceRoot.FullName, "dotnet-deploy-output.txt");
57var stateMarkerFile = Path.Combine(workspace.WorkspaceRoot.FullName, "dotnet-state-marker");
62output.WriteLine($"Workspace: {workspace.WorkspaceRoot.FullName}");
220var firstDeployOutputFile = Path.Combine(workspace.WorkspaceRoot.FullName, "first-deploy-output.txt");
221var secondDeployOutputFile = Path.Combine(workspace.WorkspaceRoot.FullName, "second-deploy-output.txt");
222var firstUrlFile = Path.Combine(workspace.WorkspaceRoot.FullName, "first-url.txt");
223var secondUrlFile = Path.Combine(workspace.WorkspaceRoot.FullName, "second-url.txt");
224var stateMarkerFile = Path.Combine(workspace.WorkspaceRoot.FullName, "state-marker");
229output.WriteLine($"Workspace: {workspace.WorkspaceRoot.FullName}");
391var siteDir = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "site"));
405File.WriteAllText(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.mts"), """
435var projectDir = Path.Combine(workspace.WorkspaceRoot.FullName, projectName);