Skip to content

Commit

Permalink
Initial NuGet package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidney Andrews committed Mar 5, 2020
1 parent 520f97e commit 7ffee99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ jobs:
- job: push_nuget
displayName: Push to NuGet
steps:
- script: echo 'Hello, World!'
displayName: Say something to the console
- task: DotNetCoreCLI@2
inputs:
command: pack
outputDir: $(Build.ArtifactStagingDirectory)

0 comments on commit 7ffee99

Please sign in to comment.