Skip to content

Commit

Permalink
Uploaded nuget.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidney Andrews committed Mar 5, 2020
1 parent 4cb257b commit 520f97e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions nuget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
jobs:
- job: push_nuget
displayName: Push to NuGet
steps:
- script: echo 'Hello, World!'
displayName: Say something to the console
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>pspell</AssemblyName>
<PackAsTool>true</PackAsTool>
<ToolCommandName>pspell</ToolCommandName>
<Version>1.0.0</Version>
<Version>2.0.0</Version>
</PropertyGroup>
<ItemGroup>
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
Expand Down
2 changes: 1 addition & 1 deletion src/Phonetic.Speller/Phonetic.Speller.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Version>2.0.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 520f97e

Please sign in to comment.