You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make consumer benchmark 5x faster (#998)
* build schema registry signed assemblies
* -> avro 1.7.7.7
* notest
* always apply strong name to CK and CS
* strong names for many projects
* Fix parentheses inconsistency
Copy file name to clipboardExpand all lines: appveyor.yml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,27 @@ environment:
10
10
PATH: $(PATH);$(PROGRAMFILES)\dotnet\
11
11
12
12
build_script:
13
-
- cmd: SET STRONG_NAME_OPTIONS=/p:SignAssembly=true;AssemblyOriginatorKeyFile=Confluent.Kafka.snk;PackageId=Confluent.Kafka.StrongName;Title=Confluent.Kafka.StrongName;AssemblyName=Confluent.Kafka.StrongName;BaseOutputPath=bin-sn\
0 commit comments