Update CI

This commit is contained in:
X9VoiD 2020-07-23 06:34:54 +08:00
parent ec881bd0c5
commit ab7cba8904
No known key found for this signature in database
GPG key ID: 3AC5DBB8A2717CFF

View file

@ -21,12 +21,14 @@ jobs:
dotnet-version: 3.1.x
- name: Build (NET Core 3.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
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100-preview.6.20318.15
dotnet-version: 5.0.100-preview.7.20366.6
- name: Build (NET 5.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
uses: actions/upload-artifact@master
with: