diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9cbd982..1381166 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,7 +5,7 @@ env: on: push: - pull_request: + jobs: build: @@ -30,7 +30,7 @@ jobs: - name: Test run: dotnet test --no-build --verbosity normal --configuration Release - name: Publish Unit Test Results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: TestResult diff --git a/Codeuctivity.HtmlRenderer/Codeuctivity.HtmlRenderer.csproj b/Codeuctivity.HtmlRenderer/Codeuctivity.HtmlRenderer.csproj index 7d013a4..247f6f4 100644 --- a/Codeuctivity.HtmlRenderer/Codeuctivity.HtmlRenderer.csproj +++ b/Codeuctivity.HtmlRenderer/Codeuctivity.HtmlRenderer.csproj @@ -37,7 +37,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Codeuctivity.HtmlRendererCli/Properties/PublishProfiles/FolderProfileWindows.pubxml b/Codeuctivity.HtmlRendererCli/Properties/PublishProfiles/FolderProfileWindows.pubxml index b6db3db..2137747 100644 --- a/Codeuctivity.HtmlRendererCli/Properties/PublishProfiles/FolderProfileWindows.pubxml +++ b/Codeuctivity.HtmlRendererCli/Properties/PublishProfiles/FolderProfileWindows.pubxml @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121. win-x86 true false - true - \ No newline at end of file +