Skip to content

Commit

Permalink
Update ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed Feb 11, 2021
1 parent c86ffc9 commit 8c4b557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ steps:
arguments: '--configuration Release'

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

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

0 comments on commit 8c4b557

Please sign in to comment.