-
Notifications
You must be signed in to change notification settings - Fork 0
Squad/test infrastructure i1 i10 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| <Project Format="1.0" ToolsVersion="Current"> | ||
| <Configurations> | ||
| <Configuration> | ||
| <Name>Debug</Name> | ||
| <Platform>Any CPU</Platform> | ||
| </Configuration> | ||
| <Configuration> | ||
| <Name>Release</Name> | ||
| <Platform>Any CPU</Platform> | ||
| </Configuration> | ||
| </Configurations> | ||
| <Projects> | ||
| <Project Path="src\AppHost\AppHost.csproj" /> | ||
| <Project Path="src\ServiceDefaults\ServiceDefaults.csproj" /> | ||
| <Project Path="src\Shared\Shared.csproj" /> | ||
| <Project Path="src\Api\Api.csproj" /> | ||
| <Project Path="src\Web\Web.csproj" /> | ||
| <Project Path="tests\Unit\Unit.csproj" /> | ||
| <Project Path="tests\Architecture\Architecture.csproj" /> | ||
| <Project Path="tests\BlazorTests\BlazorTests.csproj" /> | ||
| <Project Path="tests\Integration\Integration.csproj" /> | ||
| <Project Path="tests\Aspire\Aspire.csproj" /> | ||
| <Project Path="tests\E2E\E2E.csproj" /> | ||
| </Projects> | ||
| </Project> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "10.0.200-preview.0.26103.119" | ||
| "version": "10.0.100", | ||
| "rollForward": "latestMinor", | ||
| "allowPrerelease": false | ||
| } | ||
|
Comment on lines
1
to
6
|
||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switching the repo to the new
IssueManager.slnxfile while deletingIssueManager.slnwill break existing CI jobs that still buildIssueManager.sln(e.g.,.github/workflows/test.ymlusesdotnet build IssueManager.sln). Either update those workflows/scripts to useIssueManager.slnxor keep the.slnfile to avoid CI failures.