mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
Updated build-files
This commit is contained in:
parent
1396e978db
commit
9a997694a5
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -25,26 +25,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
8.0.x
|
8.0.x
|
||||||
7.0.x
|
|
||||||
6.0.x
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}-prerelease.${{ github.event.inputs.increment }}
|
run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}-prerelease.${{ github.event.inputs.increment }}
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal --configuration Release
|
run: dotnet test --no-build --verbosity normal --configuration Release
|
||||||
- name: Upload a Build Artifact NET6
|
|
||||||
uses: actions/upload-artifact@v4.3.1
|
|
||||||
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/upload-artifact@v4.3.1
|
|
||||||
with:
|
|
||||||
name: RGB.NET-NET7
|
|
||||||
path: bin/net7.0/RGB.NET.*.dll
|
|
||||||
if-no-files-found: error
|
|
||||||
- name: Upload a Build Artifact NET8
|
- name: Upload a Build Artifact NET8
|
||||||
uses: actions/upload-artifact@v4.3.1
|
uses: actions/upload-artifact@v4.3.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/pr_verify.yml
vendored
2
.github/workflows/pr_verify.yml
vendored
@ -16,8 +16,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
8.0.x
|
8.0.x
|
||||||
7.0.x
|
|
||||||
6.0.x
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -21,26 +21,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
8.0.x
|
8.0.x
|
||||||
7.0.x
|
|
||||||
6.0.x
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}
|
run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }}
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal --configuration Release
|
run: dotnet test --no-build --verbosity normal --configuration Release
|
||||||
- name: Upload a Build Artifact NET6
|
|
||||||
uses: actions/upload-artifact@v4.3.1
|
|
||||||
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/upload-artifact@v4.3.1
|
|
||||||
with:
|
|
||||||
name: RGB.NET-NET7
|
|
||||||
path: bin/net7.0/RGB.NET.*.dll
|
|
||||||
if-no-files-found: error
|
|
||||||
- name: Upload a Build Artifact NET8
|
- name: Upload a Build Artifact NET8
|
||||||
uses: actions/upload-artifact@v4.3.1
|
uses: actions/upload-artifact@v4.3.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user