-
Notifications
You must be signed in to change notification settings - Fork 11
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
690b023
commit f31ad85
Showing
1 changed file
with
9 additions
and
9 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 |
---|---|---|
|
@@ -15,16 +15,16 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: 5.0.x | ||
dotnet-version: 7.0.x | ||
- name: Restore dependencies | ||
run: dotnet restore | ||
- name: Build | ||
run: dotnet build --no-restore | ||
- name: Upload Syndical.Application binary | ||
uses: actions/[email protected] | ||
with: | ||
name: "Syndical.Application-linux" | ||
path: "Syndical.Application/bin/" | ||
name: "TheAirBlow.Syndical.Application-linux" | ||
path: "TheAirBlow.Syndical.Application/bin/" | ||
windows: | ||
name: Windows build | ||
runs-on: windows-2022 | ||
|
@@ -33,16 +33,16 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: 5.0.x | ||
dotnet-version: 7.0.x | ||
- name: Restore dependencies | ||
run: dotnet restore | ||
- name: Build | ||
run: dotnet build --no-restore | ||
- name: Upload Syndical.Application binary | ||
uses: actions/[email protected] | ||
with: | ||
name: "Syndical.Application-windows" | ||
path: "Syndical.Application/bin/" | ||
name: "TheAirBlow.Syndical.Application-windows" | ||
path: "TheAirBlow.Syndical.Application/bin/" | ||
macos: | ||
name: MacOS build | ||
runs-on: macos-11 | ||
|
@@ -51,13 +51,13 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: 5.0.x | ||
dotnet-version: 7.0.x | ||
- name: Restore dependencies | ||
run: dotnet restore | ||
- name: Build | ||
run: dotnet build --no-restore | ||
- name: Upload Syndical.Application binary | ||
uses: actions/[email protected] | ||
with: | ||
name: "Syndical.Application-macos" | ||
path: "Syndical.Application/bin/" | ||
name: "TheAirBlow.Syndical.Application-macos" | ||
path: "TheAirBlow.Syndical.Application/bin/" |