Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Conversation

JunTaoLuo
Copy link

Addresses #540

Fix instructions for installing local builds
done

scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
"$scriptroot/eng/common/build.sh" --pack --build --restore $@
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's odd that --pack is specified in the default build.sh, we don't do this elsewhere. Is there a reason for this in this repo?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure, but we'd probably need to update the azure-pipelines yaml to add -pack if we remove it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

azure-pipelines uses eng/common/cibuild.sh which passes --pack so it's not necessary to update anything. I took a look and it seems nothing else in the repo references or uses build.sh directly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, update it then.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update what?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, you already removed pack... 😄

@JunTaoLuo JunTaoLuo merged commit 4f8056b into master Jul 15, 2020
@JunTaoLuo JunTaoLuo deleted the johluo/fix-install-instructions branch January 6, 2021 23:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants