diff --git a/push.sh b/push.sh index d44d5f6..4c4d351 100755 --- a/push.sh +++ b/push.sh @@ -7,7 +7,7 @@ NUGET_API_KEY=$3 if [ "$TARGET_PACKAGE" = "carter" ]; then # Publish both the Carter and the CarterTemplate packages - TARGET_PACKAGES="$(find -wholename "./src/Carter/**/*.nupkg" -or -wholename "./template/**/*.nupkg")" + TARGET_PACKAGES="$(find -wholename "./src/Carter/**/*.nupkg" -or -wholename "./template/**/*.nupkg" -or -wholename "./src/Carter.Analyzers/**/*.nupkg")" elif [ "$TARGET_PACKAGE" = "newtonsoft" ]; then TARGET_PACKAGES="$(find -wholename "./src/Carter.ResponseNegotiators.Newtonsoft/**/*.nupkg")" else diff --git a/src/Carter.Analyzers/Carter.Analyzers.csproj b/src/Carter.Analyzers/Carter.Analyzers.csproj index 6216913..4a9f36d 100644 --- a/src/Carter.Analyzers/Carter.Analyzers.csproj +++ b/src/Carter.Analyzers/Carter.Analyzers.csproj @@ -2,18 +2,38 @@ netstandard2.0 + Jonathan Channon + Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable. + asp.net core;nancy;.net core;routing;carter + https://github.com/CarterCommunity/Carter + carterlogo.png + MIT + latest + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + true + README.md enable enable 12 true RS2008 + true - + + - + + + all + + + + +