File tree Expand file tree Collapse file tree 3 files changed +33
-209
lines changed
Expand file tree Collapse file tree 3 files changed +33
-209
lines changed Original file line number Diff line number Diff line change 11name : CI
22
33env :
4- SOLUTION : TeamUp.sln
4+ SOLUTION : TeamUp.slnx
55 DOTNET_NOLOGO : true # Disable the .NET logo
66 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true # Disable the .NET first time experience
77 DOTNET_CLI_TELEMETRY_OPTOUT : true # Disable sending .NET CLI telemetry
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Configurations >
3+ <Platform Name =" Any CPU" />
4+ <Platform Name =" x64" />
5+ <Platform Name =" x86" />
6+ </Configurations >
7+ <Folder Name =" /Scripts/" >
8+ <File Path =" scripts/rundb.ps1" />
9+ </Folder >
10+ <Folder Name =" /Solution Items/" >
11+ <File Path =" .editorconfig" />
12+ <File Path =" Directory.Build.props" />
13+ <File Path =" Directory.Packages.props" />
14+ </Folder >
15+ <Folder Name =" /src/" >
16+ <Project Path =" src/TeamUp.Api/TeamUp.Api.csproj" />
17+ <Project Path =" src/TeamUp.Application/TeamUp.Application.csproj" />
18+ <Project Path =" src/TeamUp.Common/TeamUp.Common.csproj" />
19+ <Project Path =" src/TeamUp.Contracts/TeamUp.Contracts.csproj" />
20+ <Project Path =" src/TeamUp.Domain/TeamUp.Domain.csproj" />
21+ <Project Path =" src/TeamUp.Infrastructure/TeamUp.Infrastructure.csproj" />
22+ </Folder >
23+ <Folder Name =" /tests/" >
24+ <Project Path =" tests/TeamUp.Tests.Architecture/TeamUp.Tests.Architecture.csproj" />
25+ <Project Path =" tests/TeamUp.Tests.Common/TeamUp.Tests.Common.csproj" />
26+ <Project Path =" tests/TeamUp.Tests.EndToEnd/TeamUp.Tests.EndToEnd.csproj" />
27+ <Project Path =" tests/TeamUp.Tests.Performance/TeamUp.Tests.Performance.csproj" />
28+ </Folder >
29+ <Folder Name =" /tools/" >
30+ <Project Path =" tools/TeamUp.Tools.Seeder/TeamUp.Tools.Seeder.csproj" />
31+ </Folder >
32+ </Solution >
You can’t perform that action at this time.
0 commit comments