Skip to content

Commit

Permalink
added test pack to ensure package definitions are ok
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed Feb 11, 2021
1 parent 1e3d480 commit 20f94c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ steps:
inputs:
projects: '**/*.csproj'
arguments: '--configuration Release'

- task: DotNetCoreCLI@2
displayName: dotnet Package
inputs:
command: 'pack'
packagesToPack: '**/*.csproj'
nobuild: true

- task: DotNetCoreCLI@2
displayName: dotnetcore Test
Expand Down

0 comments on commit 20f94c9

Please sign in to comment.