Hi there, I am trying to use the AzureDevOps provi...
# dotnet
f
Hi there, I am trying to use the AzureDevOps provider and my stack is straightforward
Copy code
var project = new Project("test", new ProjectArgs
        {
            ProjectName = "my-project-is-super",
        });
I am getting the below error and not getting any further details
Copy code
error: Page not found.
Am I missing something?
g
That's a very strange error message... I believe there's an environment variable you can set on the ADO job that will print out a bunch more debug information. That might provide more helpful info.
f
Thanks for the tip, I will test it out later today