Skip to content

Commit

Permalink
Merge pull request #669 from akunzai/slnx
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai authored Oct 12, 2024
2 parents d9e59ca + 0903448 commit e604556
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-own-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ on:
branches:
- main
paths:
- '*.sln'
- '*.slnx'
- 'samples/OwinSample/**'
- 'Directory.*.props'
pull_request:
branches:
- main
paths:
- '*.sln'
- '*.slnx'
- 'samples/OwinSample/**'
- 'Directory.*.props'

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
paths:
- '.config/**'
- '*.sln'
- '*.slnx'
- 'src/**'
- 'test/**'
- 'Directory.*.props'
Expand All @@ -14,6 +16,8 @@ on:
- main
paths:
- '.config/**'
- '*.sln'
- '*.slnx'
- 'src/**'
- 'test/**'
- 'Directory.*.props'
Expand Down
36 changes: 36 additions & 0 deletions CAS.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<Solution>
<Folder Name="/samples/">
<Project Path="samples\AspNetCoreIdentitySample\AspNetCoreIdentitySample.csproj" />
<Project Path="samples\AspNetCoreMvcSample\AspNetCoreMvcSample.csproj" Type="Classic C#" />
<Project Path="samples\AspNetCoreReactSample\AspNetCoreReactSample.csproj" />
<Project Path="samples\AspNetCoreSample\AspNetCoreSample.csproj" />
<Project Path="samples\BlazorSample\BlazorSample.csproj" Type="Classic C#" />
<Project Path="samples\OwinSample\OwinSample.csproj" Type="Classic C#">
<Configuration Solution="Debug|Any CPU" Project="Debug|Any CPU|NoBuild" />
<Configuration Solution="Release|Any CPU" Project="Release|Any CPU|NoBuild" />
</Project>
<File Path="samples\Directory.Build.props" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".config\dotnet-tools.json" />
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".github\dependabot.yml" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src\GSS.Authentication.CAS.AspNetCore\GSS.Authentication.CAS.AspNetCore.csproj" />
<Project Path="src\GSS.Authentication.CAS.Core\GSS.Authentication.CAS.Core.csproj" />
<Project Path="src\GSS.Authentication.CAS.Owin\GSS.Authentication.CAS.Owin.csproj" />
<File Path="src\Directory.Build.props" />
</Folder>
<Folder Name="/test/">
<Project Path="test\GSS.Authentication.CAS.AspNetCore.Tests\GSS.Authentication.CAS.AspNetCore.Tests.csproj" />
<Project Path="test\GSS.Authentication.CAS.Core.Tests\GSS.Authentication.CAS.Core.Tests.csproj" />
<Project Path="test\GSS.Authentication.CAS.Owin.Tests\GSS.Authentication.CAS.Owin.Tests.csproj" />
<Project Path="test\GSS.Authentication.CAS.Testing\GSS.Authentication.CAS.Testing.csproj" />
<File Path="test\Directory.Build.props" />
</Folder>
</Solution>

0 comments on commit e604556

Please sign in to comment.