diff options
author | crupest <crupest@outlook.com> | 2022-12-03 19:28:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 19:28:00 +0800 |
commit | bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04 (patch) | |
tree | ea212efd7a297b7ddc42fbabc9c830e839c16475 /.github/workflows/back-ci.yaml | |
parent | 3cc9af427023a1c96bb7f168a895f5fcf9a71ac8 (diff) | |
parent | 5239049afe90d2ef926c1e1b917172b5f44b52fc (diff) | |
download | timeline-bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04.tar.gz timeline-bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04.tar.bz2 timeline-bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04.zip |
Merge pull request #1352 from crupest/renovate/major-dotnet-monorepo
Diffstat (limited to '.github/workflows/back-ci.yaml')
-rw-r--r-- | .github/workflows/back-ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml index 403b2c69..0de9d5a9 100644 --- a/.github/workflows/back-ci.yaml +++ b/.github/workflows/back-ci.yaml @@ -33,10 +33,10 @@ jobs: restore-keys: |
nuget-${{ runner.os }}-
- - name: Use .Net Core 6.0.x
+ - name: Use .Net Core 7.0.x
uses: actions/setup-dotnet@v3
with:
- dotnet-version: "6.0.x"
+ dotnet-version: "7.0.x"
- name: Build And Test
run: dotnet test --logger html --collect:"XPlat Code Coverage" --settings './Timeline.Tests/coverletArgs.runsettings'
|