From 53891ab4feadf05a08f28f44bd35be75381c8420 Mon Sep 17 00:00:00 2001 From: hurles Date: Sun, 26 Jan 2025 16:23:00 +0100 Subject: [PATCH] update tests + pipelines --- .github/workflows/dotnet_publish.yml | 5 +---- SharpExcel.Tests/SharpExcel.Tests.csproj | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet_publish.yml b/.github/workflows/dotnet_publish.yml index cc6d498..bc4d08e 100644 --- a/.github/workflows/dotnet_publish.yml +++ b/.github/workflows/dotnet_publish.yml @@ -24,7 +24,4 @@ jobs: run: | ls - name: create package - shell: bash - env: - ACTIONS_ACCESSTOKEN: ${{ secrets.GITHUB_TOKEN }} - run: dotnet nuget push "package_output/**/*.nupkg" -s "github" --api-key $ACTIONS_ACCESSTOKEN \ No newline at end of file + run: dotnet nuget push "package_output/**/*.nupkg" -s "github" --api-key ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/SharpExcel.Tests/SharpExcel.Tests.csproj b/SharpExcel.Tests/SharpExcel.Tests.csproj index a729e6f..e759204 100644 --- a/SharpExcel.Tests/SharpExcel.Tests.csproj +++ b/SharpExcel.Tests/SharpExcel.Tests.csproj @@ -17,6 +17,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +