diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..2ca0633 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,19 @@ + + + + true + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + + + true + true + true + + + + + + + diff --git a/pack.bat b/pack.bat index 9b0ded8..d617d87 100644 --- a/pack.bat +++ b/pack.bat @@ -1 +1 @@ -dotnet pack -c Release +dotnet build -c Release /p:TF_BUILD=true diff --git a/samples/GEmojiSharp.Sample.Web/GEmojiSharp.Sample.Web.csproj b/samples/GEmojiSharp.Sample.Web/GEmojiSharp.Sample.Web.csproj index 6afd49e..622fc3b 100644 --- a/samples/GEmojiSharp.Sample.Web/GEmojiSharp.Sample.Web.csproj +++ b/samples/GEmojiSharp.Sample.Web/GEmojiSharp.Sample.Web.csproj @@ -2,6 +2,7 @@ netcoreapp3.1 + false diff --git a/src/GEmojiSharp.TagHelpers/GEmojiSharp.TagHelpers.csproj b/src/GEmojiSharp.TagHelpers/GEmojiSharp.TagHelpers.csproj index d289c33..e78f631 100644 --- a/src/GEmojiSharp.TagHelpers/GEmojiSharp.TagHelpers.csproj +++ b/src/GEmojiSharp.TagHelpers/GEmojiSharp.TagHelpers.csproj @@ -21,24 +21,19 @@ icon.png emoji;gemoji;aspnetcore;aspnetcoremvc;taghelper;taghelpers MIT - https://github.com/hlaueriksson/GEmojiSharp.git - git + true - + - + - - true - - - + \ No newline at end of file diff --git a/src/GEmojiSharp/GEmojiSharp.csproj b/src/GEmojiSharp/GEmojiSharp.csproj index f482cc0..b3e7dd8 100644 --- a/src/GEmojiSharp/GEmojiSharp.csproj +++ b/src/GEmojiSharp/GEmojiSharp.csproj @@ -21,11 +21,6 @@ icon.png emoji;gemoji MIT - https://github.com/hlaueriksson/GEmojiSharp.git - git - - - true