-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0859344
commit d93bf4e
Showing
39 changed files
with
188 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: 7.0.101 | ||
dotnet-version: 8.0.100 | ||
|
||
- name: Build | ||
run: dotnet build --configuration Release | ||
|
@@ -52,40 +52,40 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.BackgroundServer | ||
path: src/Monolith/ClassifiedAds.BackgroundServer/bin/Release/net7.0/publish | ||
path: src/Monolith/ClassifiedAds.BackgroundServer/bin/Release/net8.0/publish | ||
|
||
- name: Upload ClassifiedAds.GraphQL | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.GraphQL | ||
path: src/Monolith/ClassifiedAds.GraphQL/bin/Release/net7.0/publish | ||
path: src/Monolith/ClassifiedAds.GraphQL/bin/Release/net8.0/publish | ||
|
||
- name: Upload ClassifiedAds.Migrator | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.Migrator | ||
path: src/Monolith/ClassifiedAds.Migrator/bin/Release/net7.0/publish | ||
path: src/Monolith/ClassifiedAds.Migrator/bin/Release/net8.0/publish | ||
|
||
- name: Upload ClassifiedAds.WebAPI | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.WebAPI | ||
path: src/Monolith/ClassifiedAds.WebAPI/bin/Release/net7.0/publish | ||
path: src/Monolith/ClassifiedAds.WebAPI/bin/Release/net8.0/publish | ||
|
||
- name: Upload ClassifiedAds.WebMVC | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.WebMVC | ||
path: src/Monolith/ClassifiedAds.WebMVC/bin/Release/net7.0/publish | ||
path: src/Monolith/ClassifiedAds.WebMVC/bin/Release/net8.0/publish | ||
|
||
- name: Upload ClassifiedAds.BlazorServerSide | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.BlazorServerSide | ||
path: src/Monolith/ClassifiedAds.BlazorServerSide/bin/Release/net7.0/publish | ||
path: src/Monolith/ClassifiedAds.BlazorServerSide/bin/Release/net8.0/publish | ||
|
||
- name: Upload ClassifiedAds.BlazorWebAssembly | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.BlazorWebAssembly | ||
path: src/Monolith/ClassifiedAds.BlazorWebAssembly/bin/Release/net7.0/publish | ||
path: src/Monolith/ClassifiedAds.BlazorWebAssembly/bin/Release/net8.0/publish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/Monolith/ClassifiedAds.Application/ClassifiedAds.Application.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/Monolith/ClassifiedAds.Application/Users/Commands/SyncUsersCommand.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
src/Monolith/ClassifiedAds.ArchTests/ClassifiedAds.ArchTests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/Monolith/ClassifiedAds.BackgroundServer/ClassifiedAds.BackgroundServer.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
src/Monolith/ClassifiedAds.Blazor.Modules/ClassifiedAds.Blazor.Modules.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
src/Monolith/ClassifiedAds.BlazorServerSide/ClassifiedAds.BlazorServerSide.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
src/Monolith/ClassifiedAds.BlazorWebAssembly/ClassifiedAds.BlazorWebAssembly.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
src/Monolith/ClassifiedAds.ContractTests/ClassifiedAds.ContractTests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/Monolith/ClassifiedAds.Domain/ClassifiedAds.Domain.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
src/Monolith/ClassifiedAds.Domain/IdentityProviders/IAuth0IdentityProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
...nolith/ClassifiedAds.Domain/IdentityProviders/IAzureActiveDirectoryB2CIdentityProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Monolith/ClassifiedAds.Domain/IdentityProviders/IIdentityProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.