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

Recursive Copy Fix & MSdeploy Changes #3618

Merged
merged 9 commits into from
Feb 21, 2017
Merged

Conversation

vincent1173
Copy link
Contributor

No description provided.

Copy link
Member

@kmkumaran kmkumaran left a comment

Choose a reason for hiding this comment

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

Leave a comment

@@ -153,4 +153,25 @@ export async function isMSDeployPackage(webAppPackage: string ) {
}
tl.debug("Is the package an msdeploy package : " + isParamFilePresent);
return isParamFilePresent;
}

export function copyDirectory(sourceDirectory: string, destDirectory: string) {
Copy link
Member

Choose a reason for hiding this comment

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

As discussed, can you add L0 for this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

L0 Test added.

@@ -458,4 +458,13 @@ describe('AzureRmWebAppDeployment Suite', function() {
done();
});

it('Validate webdeployment-common.utility.copyDirectory()', (done:MochaDone) => {
Copy link
Member

Choose a reason for hiding this comment

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

please add the same test in IISWebAppDeploymentOnMachineGroup task as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added L0 Test for IIS App Deploy

@vincent1173 vincent1173 merged commit 2b77f87 into master Feb 21, 2017
@bryanmacfarlane bryanmacfarlane deleted the users/vinca/noSpaceIssue branch January 31, 2018 00:28
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.

4 participants