-
Notifications
You must be signed in to change notification settings - Fork 558
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
7c3476a
commit 0c2102e
Showing
62 changed files
with
312 additions
and
396 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: 6.0.100 | ||
dotnet-version: 7.0.101 | ||
|
||
- name: Build | ||
run: dotnet build --configuration Release | ||
|
@@ -40,16 +40,16 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.BackgroundServer | ||
path: src/ModularMonolith/ClassifiedAds.BackgroundServer/bin/Release/net6.0/publish | ||
path: src/ModularMonolith/ClassifiedAds.BackgroundServer/bin/Release/net7.0/publish | ||
|
||
- name: Upload ClassifiedAds.Migrator | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.Migrator | ||
path: src/ModularMonolith/ClassifiedAds.Migrator/bin/Release/net6.0/publish | ||
path: src/ModularMonolith/ClassifiedAds.Migrator/bin/Release/net7.0/publish | ||
|
||
- name: Upload ClassifiedAds.WebAPI | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.WebAPI | ||
path: src/ModularMonolith/ClassifiedAds.WebAPI/bin/Release/net6.0/publish | ||
path: src/ModularMonolith/ClassifiedAds.WebAPI/bin/Release/net7.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
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: 6.0.100 | ||
dotnet-version: 7.0.101 | ||
|
||
- 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/net6.0/publish | ||
path: src/Monolith/ClassifiedAds.BackgroundServer/bin/Release/net7.0/publish | ||
|
||
- name: Upload ClassifiedAds.GraphQL | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.GraphQL | ||
path: src/Monolith/ClassifiedAds.GraphQL/bin/Release/net6.0/publish | ||
path: src/Monolith/ClassifiedAds.GraphQL/bin/Release/net7.0/publish | ||
|
||
- name: Upload ClassifiedAds.Migrator | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.Migrator | ||
path: src/Monolith/ClassifiedAds.Migrator/bin/Release/net6.0/publish | ||
path: src/Monolith/ClassifiedAds.Migrator/bin/Release/net7.0/publish | ||
|
||
- name: Upload ClassifiedAds.WebAPI | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.WebAPI | ||
path: src/Monolith/ClassifiedAds.WebAPI/bin/Release/net6.0/publish | ||
path: src/Monolith/ClassifiedAds.WebAPI/bin/Release/net7.0/publish | ||
|
||
- name: Upload ClassifiedAds.WebMVC | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.WebMVC | ||
path: src/Monolith/ClassifiedAds.WebMVC/bin/Release/net6.0/publish | ||
path: src/Monolith/ClassifiedAds.WebMVC/bin/Release/net7.0/publish | ||
|
||
- name: Upload ClassifiedAds.BlazorServerSide | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.BlazorServerSide | ||
path: src/Monolith/ClassifiedAds.BlazorServerSide/bin/Release/net6.0/publish | ||
path: src/Monolith/ClassifiedAds.BlazorServerSide/bin/Release/net7.0/publish | ||
|
||
- name: Upload ClassifiedAds.BlazorWebAssembly | ||
uses: actions/[email protected] | ||
with: | ||
name: ClassifiedAds.BlazorWebAssembly | ||
path: src/Monolith/ClassifiedAds.BlazorWebAssembly/bin/Release/net6.0/publish | ||
path: src/Monolith/ClassifiedAds.BlazorWebAssembly/bin/Release/net7.0/publish |
6 changes: 3 additions & 3 deletions
6
src/ModularMonolith/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
6 changes: 3 additions & 3 deletions
6
src/ModularMonolith/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
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/ModularMonolith/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
75 changes: 38 additions & 37 deletions
75
src/ModularMonolith/ClassifiedAds.Infrastructure/ClassifiedAds.Infrastructure.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
Oops, something went wrong.