From 520f97ecde341d70f6949bd22c3de561b529349f Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Thu, 5 Mar 2020 14:41:00 -0500 Subject: [PATCH] Uploaded nuget.yaml file --- nuget.yml | 6 ++++++ .../Phonetic.Speller.Console.csproj | 2 +- src/Phonetic.Speller/Phonetic.Speller.csproj | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 nuget.yml diff --git a/nuget.yml b/nuget.yml new file mode 100644 index 0000000..4b9c327 --- /dev/null +++ b/nuget.yml @@ -0,0 +1,6 @@ +jobs: +- job: push_nuget + displayName: Push to NuGet + steps: + - script: echo 'Hello, World!' + displayName: Say something to the console \ No newline at end of file diff --git a/src/Phonetic.Speller.Console/Phonetic.Speller.Console.csproj b/src/Phonetic.Speller.Console/Phonetic.Speller.Console.csproj index e3e7f69..4c1c619 100644 --- a/src/Phonetic.Speller.Console/Phonetic.Speller.Console.csproj +++ b/src/Phonetic.Speller.Console/Phonetic.Speller.Console.csproj @@ -6,7 +6,7 @@ pspell true pspell - 1.0.0 + 2.0.0 diff --git a/src/Phonetic.Speller/Phonetic.Speller.csproj b/src/Phonetic.Speller/Phonetic.Speller.csproj index 3cfa629..08475bc 100644 --- a/src/Phonetic.Speller/Phonetic.Speller.csproj +++ b/src/Phonetic.Speller/Phonetic.Speller.csproj @@ -1,6 +1,6 @@ netstandard2.0 - 1.0.0 + 2.0.0 \ No newline at end of file