Skip to content

Update build drop script to allow specifying which command packages t… #1468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2015

Conversation

johanste
Copy link
Member

…o build and exclude

The script will now build all packages matching the commandPackagesToBuild parameter (default * matches all packages) and then remove anything that matches the exceptCommandPackagesToBuild (default to nothing - meaning no command packages will be excluded)

Example: Assuming packages One, Two, One.Test, Two.Test you want to build all packages except the Test packages:

BuildDrop -exceptCommandPackages *.Test

Example: Build single package:

BuildDrop -commandPackagesToBuild One

Example: Build the Two packages (including tests)

BuildDrop -commandPackagesToBuild Two.*

@azurecla
Copy link

Hi @johanste, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (johanste). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

yugangw-msft added a commit that referenced this pull request Dec 10, 2015
Update build drop script to allow specifying which command packages t…
@yugangw-msft yugangw-msft merged commit 9788489 into Azure:clu Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants