From abb4931320a6e708982cb13390b32c8028f60548 Mon Sep 17 00:00:00 2001 From: Nikolay Borisenko <22616990+nvborisenko@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:54:47 +0300 Subject: [PATCH] 6 Update ci.yml Update ci.yml Update ci.yml Update ci.yml Update ci.yml Revert "Update ci.yml" This reverts commit ddff69ab3f005c212d0cacb7e68fa0a42f1789b5. Update ci.yml Update ci.yml --- .github/workflows/ci.yml | 5 +++++ .../ReportPortal.NUnitExtension.Tests.Internal.csproj | 2 +- .../ReportPortal.NUnitExtension.Tests.csproj | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7051a38..075d661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,11 @@ jobs: - name: Install CodeCov run: dotnet tool install -g codecov.tool + - name: Setup GitHub NuGet feed + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: dotnet nuget update source "ReportPortal GitHub" --username reportportal --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text + - name: Build run: dotnet build diff --git a/test/ReportPortal.NUnitExtension.Tests.Internal/ReportPortal.NUnitExtension.Tests.Internal.csproj b/test/ReportPortal.NUnitExtension.Tests.Internal/ReportPortal.NUnitExtension.Tests.Internal.csproj index dba6be4..342c70b 100644 --- a/test/ReportPortal.NUnitExtension.Tests.Internal/ReportPortal.NUnitExtension.Tests.Internal.csproj +++ b/test/ReportPortal.NUnitExtension.Tests.Internal/ReportPortal.NUnitExtension.Tests.Internal.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 false false diff --git a/test/ReportPortal.NUnitExtension.Tests/ReportPortal.NUnitExtension.Tests.csproj b/test/ReportPortal.NUnitExtension.Tests/ReportPortal.NUnitExtension.Tests.csproj index 173531a..8f9a673 100644 --- a/test/ReportPortal.NUnitExtension.Tests/ReportPortal.NUnitExtension.Tests.csproj +++ b/test/ReportPortal.NUnitExtension.Tests/ReportPortal.NUnitExtension.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net6.0 false