From 069366bf350b0b9a4b2e46537b07dd6c1792fb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9C=A8=E6=A3=AE=20=C2=B7=20=E4=BD=9C=E9=9C=96?= <16236903+NMSAzulX@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:01:43 +0800 Subject: [PATCH] rerun --- .github/NMS_TEMPLATE/codecov.yml.template | 2 +- .github/NMS_TEMPLATE/test.yml.template | 3 ++- CHANGELOG.md | 1 + test/ut/Compile/RefAssembly/RefAssembly.csproj | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/NMS_TEMPLATE/codecov.yml.template b/.github/NMS_TEMPLATE/codecov.yml.template index c4a0806c..43e6830b 100644 --- a/.github/NMS_TEMPLATE/codecov.yml.template +++ b/.github/NMS_TEMPLATE/codecov.yml.template @@ -36,7 +36,7 @@ ${{nms.codecov}} - name: 📶 Push to Codecov if: ${{ needs.prepare.outputs.hasCoverageKey == 'true' }} - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.COVERAGE_KEY }} directory: ./coverage/ diff --git a/.github/NMS_TEMPLATE/test.yml.template b/.github/NMS_TEMPLATE/test.yml.template index ac6ce3f3..e45c4888 100644 --- a/.github/NMS_TEMPLATE/test.yml.template +++ b/.github/NMS_TEMPLATE/test.yml.template @@ -25,7 +25,8 @@ jobs: 3.1.x 6.0.x 8.0.x - + 9.0.x + ${{nms.tests}} - name: Publish Test Results diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ff3a18..9b39897e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com 发布日志节点案例格式如下(支持多版本发布): + Example: ## [5.1.0.0] - 2023-04-02 diff --git a/test/ut/Compile/RefAssembly/RefAssembly.csproj b/test/ut/Compile/RefAssembly/RefAssembly.csproj index 74f87f78..1f2c7cf0 100644 --- a/test/ut/Compile/RefAssembly/RefAssembly.csproj +++ b/test/ut/Compile/RefAssembly/RefAssembly.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net6.0;net8.0;net9.0; + netcoreapp3.1;net6.0;net8.0; false enable preview