From d4080b9957542c3313e4045249f0e3abd666a612 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Thu, 18 Aug 2022 13:33:13 +0200 Subject: [PATCH] Change e2e tests --- .github/workflows/workflow.yml | 14 ++++++++++++-- __tests__/sample-csproj/sample.csproj | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6f609b8..88573a1 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -156,11 +156,11 @@ jobs: uses: ./ with: dotnet-version: 3.1.x - - name: Setup dotnet 2.2.x + - name: Setup dotnet 2.2.X uses: ./ with: dotnet-version: 2.2.X - - name: Setup dotnet 2.2.x + - name: Setup dotnet 3.0.* uses: ./ with: dotnet-version: 3.0.* @@ -230,6 +230,16 @@ jobs: - name: Clear toolcache shell: pwsh run: __tests__/clear-toolcache.ps1 ${{ runner.os }} + - name: Setup dotnet '2.2' + uses: ./ + with: + dotnet-version: '2.2' + + - name: Setup dotnet '3.1' + uses: ./ + with: + dotnet-version: '3.1' + - name: Setup dotnet 7.0 with preview quality uses: ./ with: diff --git a/__tests__/sample-csproj/sample.csproj b/__tests__/sample-csproj/sample.csproj index be6d7ea..f03838c 100644 --- a/__tests__/sample-csproj/sample.csproj +++ b/__tests__/sample-csproj/sample.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;netcoreapp3.0;netcoreapp2.2 + net7.0;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2 sample_csproj false