-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #397 from DarthAffe/HPPH
Updated build-files
- Loading branch information
Showing
4 changed files
with
2 additions
and
32 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 |
---|---|---|
|
@@ -25,26 +25,12 @@ jobs: | |
with: | ||
dotnet-version: | | ||
8.0.x | ||
7.0.x | ||
6.0.x | ||
- name: Restore dependencies | ||
run: dotnet restore | ||
- name: Build | ||
run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}-prerelease.${{ github.event.inputs.increment }} | ||
- name: Test | ||
run: dotnet test --no-build --verbosity normal --configuration Release | ||
- name: Upload a Build Artifact NET6 | ||
uses: actions/[email protected] | ||
with: | ||
name: RGB.NET-NET6 | ||
path: bin/net6.0/RGB.NET.*.dll | ||
if-no-files-found: error | ||
- name: Upload a Build Artifact NET7 | ||
uses: actions/[email protected] | ||
with: | ||
name: RGB.NET-NET7 | ||
path: bin/net7.0/RGB.NET.*.dll | ||
if-no-files-found: error | ||
- name: Upload a Build Artifact NET8 | ||
uses: actions/[email protected] | ||
with: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,26 +21,12 @@ jobs: | |
with: | ||
dotnet-version: | | ||
8.0.x | ||
7.0.x | ||
6.0.x | ||
- name: Restore dependencies | ||
run: dotnet restore | ||
- name: Build | ||
run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }} | ||
- name: Test | ||
run: dotnet test --no-build --verbosity normal --configuration Release | ||
- name: Upload a Build Artifact NET6 | ||
uses: actions/[email protected] | ||
with: | ||
name: RGB.NET-NET6 | ||
path: bin/net6.0/RGB.NET.*.dll | ||
if-no-files-found: error | ||
- name: Upload a Build Artifact NET7 | ||
uses: actions/[email protected] | ||
with: | ||
name: RGB.NET-NET7 | ||
path: bin/net7.0/RGB.NET.*.dll | ||
if-no-files-found: error | ||
- name: Upload a Build Artifact NET8 | ||
uses: actions/[email protected] | ||
with: | ||
|
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