Skip to content

Commit

Permalink
Fixed directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jul 25, 2024
1 parent 795b56b commit 5907048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ stages:
packDirectory: $(Build.ArtifactStagingDirectory)/packages
verbosityPack: Minimal
packagesToPack: src/DotNext/DotNext.csproj;src/DotNext.IO/DotNext.IO.csproj;src/DotNext.Metaprogramming/DotNext.Metaprogramming.csproj;src/DotNext.Reflection/DotNext.Reflection.csproj;src/DotNext.Threading/DotNext.Threading.csproj;src/DotNext.Unsafe/DotNext.Unsafe.csproj;src/DotNext.MaintenanceServices/DotNext.MaintenanceServices.csproj;src/cluster/DotNext.Net.Cluster/DotNext.Net.Cluster.csproj;src/cluster/DotNext.AspNetCore.Cluster/DotNext.AspNetCore.Cluster.csproj
- publish: build
- publish: config
displayName: Publish signing config
artifact: config
- publish: $(Build.ArtifactStagingDirectory)/packages
Expand Down

0 comments on commit 5907048

Please sign in to comment.