We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 557fcbf + b0a0bab commit cfc7e70Copy full SHA for cfc7e70
2 files changed
.github/workflows/cicd.yml
@@ -83,7 +83,7 @@ jobs:
83
dotnet-version: 8.0.x
84
85
- 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 .
+ run: dotnet pack src/Orleans.SyncWork/Orleans.SyncWork.csproj -c Release --include-symbols -p:SymbolPackageFormat=snupkg -o .
87
88
- name: Push to NuGet
89
run: dotnet nuget push *.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_KEY}}
.github/workflows/coverage.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v1
20
with:
21
- dotnet-version: 9.0.x
+ dotnet-version: 8.0.x
22
23
- name: Restore dependencies
24
run: dotnet restore
0 commit comments