diff --git a/Package/build/Polonium.Tasks.props b/Package/build/Polonium.Tasks.props new file mode 100644 index 0000000..59ad64b --- /dev/null +++ b/Package/build/Polonium.Tasks.props @@ -0,0 +1,11 @@ + + + + $(MSBuildThisFileDirectory)tasks/netstandard2.0/ + $(CustomTasksFolder)$(MSBuildThisFileName).dll + + + \ No newline at end of file diff --git a/Package/build/Polonium.Tasks.targets b/Package/build/Polonium.Tasks.targets new file mode 100644 index 0000000..0dfb6a3 --- /dev/null +++ b/Package/build/Polonium.Tasks.targets @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/Polonium.Tasks.csproj b/Polonium.Tasks.csproj index fdd7037..a998d2f 100644 --- a/Polonium.Tasks.csproj +++ b/Polonium.Tasks.csproj @@ -5,18 +5,36 @@ true disable latest - - true - Polonium.Tasks Polonium.Tasks + true + 0.0.9 + true + true + + $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage + + build/tasks + NU5100 + - - - - + + + @@ -38,5 +56,37 @@ - + + + + + + + + + + + + + + diff --git a/Resources.resx b/Resources.resx new file mode 100644 index 0000000..889364d --- /dev/null +++ b/Resources.resx @@ -0,0 +1,42 @@ + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Type names should not contain the company name.An optional longer localizable description of the diagnostic. + + + Type name '{0}' contains the company nameThe format-able message the diagnostic displays. + + + Type name contains the company nameThe title of the diagnostic. + + + Replace '{0}' with '{1}'The title of the code fix. + + + The speed must be lower than the Speed of Light.An optional longer localizable description of the diagnostic. + + + The specified speed '{0}' must be lower than the Speed of LightThe format-able message the diagnostic displays. + + + The impossible speedThe title of the diagnostic. + + \ No newline at end of file diff --git a/publish b/publish new file mode 100644 index 0000000..334db73 --- /dev/null +++ b/publish @@ -0,0 +1,2 @@ +#!/bin/bash +dotnet nuget push "$(ls -t ./bin/Debug/Polonium.Tasks.*.nupkg | head -n 1)" --source hangman-lab \ No newline at end of file