Skip to content
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

Add -Force switch to Join-SubmissionPackage #106

Merged
merged 1 commit into from
Feb 13, 2018

Conversation

HowardWolosky
Copy link
Member

Currently, Join-SubmissionPackage prevents you from outputting
to a file that already exists. Now with the -Force switch, you
can overwrite the same file if you want to.

This was a user request for when they are chaining together multiple
Join-SubmissionPackage commands in a row, where the request is to
be able to use the same intermedia file as both the output for one
command, as well as the input (and then output again) of the next
command.

@HowardWolosky HowardWolosky force-pushed the join/force branch 2 times, most recently from 5b91df1 to b584e37 Compare February 13, 2018 00:03
Currently, `Join-SubmissionPackage` prevents you from outputting
to a file that already exists. Now with the `-Force` switch, you
can overwrite the same file if you want to.

This was a user request for when they are chaining together multiple
`Join-SubmissionPackage` commands in a row, where the request is to
be able to use the same intermedia file as both the output for one
command, as well as the input (and then output again) of the next
command.
@HowardWolosky HowardWolosky merged commit fb0764a into microsoft:master Feb 13, 2018
@HowardWolosky HowardWolosky deleted the join/force branch February 13, 2018 00:38
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.

2 participants