Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
Update ci.yml

Update ci.yml

Update ci.yml

Update ci.yml

Update ci.yml

Revert "Update ci.yml"

This reverts commit ddff69a.

Update ci.yml

Update ci.yml
  • Loading branch information
nvborisenko committed Feb 27, 2024
1 parent 77bb09d commit abb4931
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
<IsTestProject>false</IsTestProject>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit abb4931

Please sign in to comment.