From ab7cba8904d711d2b12e0bb6a2f4f4100bd0f461 Mon Sep 17 00:00:00 2001 From: X9VoiD Date: Thu, 23 Jul 2020 06:34:54 +0800 Subject: [PATCH] Update CI --- .github/workflows/dotnet-core.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index d84c3aa..3c24bbd 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -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: