mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-06 01:31:39 -05:00
Update CI
This commit is contained in:
parent
ec881bd0c5
commit
ab7cba8904
1 changed files with 3 additions and 1 deletions
4
.github/workflows/dotnet-core.yml
vendored
4
.github/workflows/dotnet-core.yml
vendored
|
@ -21,12 +21,14 @@ jobs:
|
||||||
dotnet-version: 3.1.x
|
dotnet-version: 3.1.x
|
||||||
- name: Build (NET Core 3.1)
|
- name: Build (NET Core 3.1)
|
||||||
run: dotnet build AdvancedAntiSmoothingFilter/AdvancedAntiSmoothingFilter.csproj --configuration Release --framework netcoreapp3.1 -o ./build/netcoreapp3.1
|
run: dotnet build AdvancedAntiSmoothingFilter/AdvancedAntiSmoothingFilter.csproj --configuration Release --framework netcoreapp3.1 -o ./build/netcoreapp3.1
|
||||||
|
run: dotnet build ExperimentalASFilter/ExperimentalASFilter.csproj --configuration Release --framework netcoreapp3.1 -o ./build/netcoreapp3.1
|
||||||
- name: Setup .NET 5.0
|
- name: Setup .NET 5.0
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.100-preview.6.20318.15
|
dotnet-version: 5.0.100-preview.7.20366.6
|
||||||
- name: Build (NET 5.0)
|
- name: Build (NET 5.0)
|
||||||
run: dotnet build AdvancedAntiSmoothingFilter/AdvancedAntiSmoothingFilter.csproj --configuration Release --framework net5.0 -o ./build/net5.0
|
run: dotnet build AdvancedAntiSmoothingFilter/AdvancedAntiSmoothingFilter.csproj --configuration Release --framework net5.0 -o ./build/net5.0
|
||||||
|
run: dotnet build ExperimentalASFilter/ExperimentalASFilter.csproj --configuration Release --framework net5.0 -o ./build/net5.0
|
||||||
- name: Upload NET Core 3.1 artifact
|
- name: Upload NET Core 3.1 artifact
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue