Skip to content

Commit

Permalink
Push CI package to sleet
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 23, 2018
1 parent b544e04 commit 8fcfa65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ steps:
codeCoverageEnabled: 'true'
publishRunAttachments: 'true'

- task: MSBuild@1
displayName: Sleet
inputs:
solution: src/AutoCodeFix.Package/AutoCodeFix.Package.nuproj
msbuildArguments: /t:Push /p:PackageOutputPath=$(Build.ArtifactStagingDirectory)

- task: PublishBuildArtifacts@1
displayName: Publish Artifact
inputs:
Expand Down

0 comments on commit 8fcfa65

Please sign in to comment.