Skip to content

Commit

Permalink
Use MSBuild to produce the NuGet package.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Aug 19, 2023
1 parent 2dbc38e commit 6d5441f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .ci/azure-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ steps:
arguments: '-c Release -f net48'
testRunTitle: 'net48'

- task: DotNetCoreCLI@2
- task: VSBuild@1
displayName: 'Pack'
inputs:
command: 'pack'
arguments: '-c Release --no-build'
solution: IndexRange.sln
configuration: Release
msbuildArgs: '/t:Pack'

- task: PublishPipelineArtifact@1
displayName: 'Publish NuGet packages'
Expand Down

0 comments on commit 6d5441f

Please sign in to comment.