Skip to content

Commit

Permalink
Adding a nuget pack stage
Browse files Browse the repository at this point in the history
  • Loading branch information
NeetArt committed Jan 18, 2025
1 parent 236c77b commit c1af381
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions eng/templates/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,17 @@ jobs:
packDirectory: $(build.artifactStagingDirectory)
packagesToPack: 'src/DurableTask.ApplicationInsights/DurableTask.ApplicationInsights.csproj'

- task: DotNetCoreCLI@2
displayName: Generate nuget packages
inputs:
command: pack
verbosityPack: Minimal
configuration: Release
nobuild: true
packDirectory: $(build.artifactStagingDirectory)
packagesToPack: 'src/DurableTask.AzureServiceFabric/DurableTask.AzureServiceFabric.csproj'
buildProperties: 'Platform=x64'

- template: ci/sign-files.yml@eng
parameters:
displayName: Sign NugetPackages
Expand Down

0 comments on commit c1af381

Please sign in to comment.