Skip to content

Commit 453d1f7

Browse files
authored
Removing -p:IncludeSymbols=true override, already included via props on relevant projects. Enabling it for Proto.Analyzers causes it to fail because it does not contain symbols (#1877)
1 parent 5d1e5eb commit 453d1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
101101
- name: Create and push NuGet package
102102
run: |
103-
dotnet pack ProtoActor.sln -c Release -o nuget -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:GenerateDocumentationFile=true -p:NoWarn=CS1591
103+
dotnet pack ProtoActor.sln -c Release -o nuget -p:SymbolPackageFormat=snupkg -p:GenerateDocumentationFile=true -p:NoWarn=CS1591
104104
dotnet nuget push nuget/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
105105

0 commit comments

Comments
 (0)