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.
1 parent 4f70d2e commit a464f9aCopy full SHA for a464f9a
1 file changed
.github/workflows/cicd.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
11
check-code-formatting:
12
-
+
13
runs-on: ubuntu-latest
14
name: Check code formating against editorconfig 🔎
15
@@ -80,8 +80,11 @@ jobs:
80
8.0.x
81
9.0.x
82
83
+ - name: Build
84
+ run: dotnet build src/Orleans.SyncWork/Orleans.SyncWork.csproj -c Release
85
86
- name: Pack
- run: dotnet pack src/Orleans.SyncWork/Orleans.SyncWork.csproj -c Release --include-symbols -p:SymbolPackageFormat=snupkg -o .
87
+ run: dotnet pack src/Orleans.SyncWork/Orleans.SyncWork.csproj -c Release --no-build --include-symbols -p:SymbolPackageFormat=snupkg -o .
88
89
- name: Push to NuGet
90
run: dotnet nuget push *.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_KEY}}
0 commit comments