Skip to content

Commit

Permalink
pack nuget into build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adstep committed Dec 13, 2022
1 parent 156bb42 commit d3791bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pipelines/azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ jobs:
publishTestResults: true
testRunTitle: "${{framework}} (${{parameters.os}} ${{parameters.architecture}})"

- task: DotNetCoreCLI@2
- task: 'CmdLine@2'
displayName: 'dotnet pack'
inputs:
script: 'dotnet pack --configuration ${{parameters.buildConfiguration}} src\WinRMSharp.sln'
workingDirectory: '$(Build.SourcesDirectory)'
failOnStderr: true

command: 'pack'
projects: 'src\WinRMSharp\WinRMSharp.csproj'
arguments: "--configuration ${{parameters.buildConfiguration}}"
Expand Down

0 comments on commit d3791bb

Please sign in to comment.