File tree Expand file tree Collapse file tree 6 files changed +31
-110
lines changed
tools/Explicit.NuGet.Versions Expand file tree Collapse file tree 6 files changed +31
-110
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /Castle Build/" >
3+ <File Path =" .editorconfig" />
4+ <File Path =" .gitattributes" />
5+ <File Path =" .gitignore" />
6+ <File Path =" appveyor.yml" />
7+ <File Path =" build.cmd" />
8+ <File Path =" build.sh" />
9+ <File Path =" buildscripts/common.props" />
10+ <File Path =" CHANGELOG.md" />
11+ <File Path =" CONTRIBUTING.md" />
12+ <File Path =" LICENSE" />
13+ <File Path =" README.md" />
14+ </Folder >
15+ <Folder Name =" /Castle Build/GitHub Actions/" >
16+ <File Path =" .github/workflows/build.yml" />
17+ </Folder >
18+ <Folder Name =" /Castle Services/" >
19+ <Project Path =" src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj" />
20+ <Project Path =" src/Castle.Services.Logging.NLogIntegration/Castle.Services.Logging.NLogIntegration.csproj" />
21+ <Project Path =" src/Castle.Services.Logging.SerilogIntegration/Castle.Services.Logging.SerilogIntegration.csproj" />
22+ </Folder >
23+ <Project Path =" src/Castle.Core.Tests.WeakNamed/Castle.Core.Tests.WeakNamed.csproj" />
24+ <Project Path =" src/Castle.Core.Tests/Castle.Core.Tests.csproj" />
25+ <Project Path =" src/Castle.Core/Castle.Core.csproj" />
26+ </Solution >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ echo ---------------------------
2121echo Build
2222echo ---------------------------
2323
24- dotnet build ./Castle.Core.sln --configuration Release --tl:off
24+ dotnet build ./Castle.Core.slnx --configuration Release --tl:off
2525
2626echo ---------------------------
2727echo Running NET8.0 Tests
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ SET Configuration=Release
2626GOTO build
2727
2828:build
29- dotnet build ./tools/Explicit.NuGet.Versions/Explicit.NuGet.Versions.sln
29+ dotnet build ./tools/Explicit.NuGet.Versions/Explicit.NuGet.Versions.slnx
3030dotnet build --configuration %Configuration% || exit /b 1
3131.\tools\Explicit.NuGet.Versions\build\nev.exe " .\build" " castle."
3232GOTO test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Project Path =" Explicit.NuGet.Versions.csproj" />
3+ </Solution >
You can’t perform that action at this time.
0 commit comments