Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try packing/installing separately
  • Loading branch information
JimSuplizio committed Jun 4, 2024
commit b7886f33b0745c8c93a9682cfa14c40e0b4978da
2 changes: 1 addition & 1 deletion eng/pipelines/pipeline-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
dotnet pack
dotnet tool install --global --prerelease --add-source ../../../artifacts/packages/Debug Azure.Sdk.Tools.PipelineGenerator
displayName: 'Build and install pipeline-generator from sources'
workingDirectory: $(Pipeline.Workspace)/tools/pipeline-generator/Azure.Sdk.Tools.PipelineGenerator
workingDirectory: tools/pipeline-generator/Azure.Sdk.Tools.PipelineGenerator

- script: |
git clone https://github.com/azure/$(RepositoryName) $(Pipeline.Workspace)/$(RepositoryName)
Expand Down