Skip to content

Commit cfc7e70

Browse files
authored
Merge pull request #66 from OrleansContrib/fixCodeCoverageToUseNet8
Update code coverage to use .net8
2 parents 557fcbf + b0a0bab commit cfc7e70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
dotnet-version: 8.0.x
8484

8585
- name: Pack
86-
run: dotnet pack src/Orleans.SyncWork/Orleans.SyncWork.csproj -f net8.0 -c Release --no-restore --no-build --include-symbols -p:SymbolPackageFormat=snupkg -o .
86+
run: dotnet pack src/Orleans.SyncWork/Orleans.SyncWork.csproj -c Release --include-symbols -p:SymbolPackageFormat=snupkg -o .
8787

8888
- name: Push to NuGet
8989
run: dotnet nuget push *.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_KEY}}

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 9.0.x
21+
dotnet-version: 8.0.x
2222

2323
- name: Restore dependencies
2424
run: dotnet restore

0 commit comments

Comments
 (0)