We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dba85 commit d9aaf8eCopy full SHA for d9aaf8e
.github/workflows/build-dev.yml
@@ -29,10 +29,11 @@ jobs:
29
-
30
name: Checkout
31
uses: actions/[email protected]
32
- with:
33
- fetch-depth: 0
34
35
- - name: Create and push NuGet package
+ -
+ name: Unshallow
+ run: git fetch --prune --unshallow
36
+ name: Create and push NuGet package
37
run: |
38
dotnet pack -c Release -o nuget -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
39
dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments