Skip to content

Commit 3f519c7

Browse files
authored
L0 test fails in OSX agent
1 parent 4596931 commit 3f519c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tasks/AzureRmWebAppDeployment/Tests/L0WindowsXdtTransformation.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ let a: ma.TaskLibAnswers = <ma.TaskLibAnswers>{
8282
"webAppPkg.zip": ["webAppPkg.zip"],
8383
"webAppPkg": ["webAppPkg"],
8484
"temp_web_package_random_path\\**\\*.config": ["path1/web.config", "path1/web.Release.config", "path1/web.Debug.config", "path2/web.config", "path2/web.Debug.config"],
85-
"temp_web_package_random_path\**\*.config": ["web.config", "web.Release.config", "web.Debug.config"]
85+
"temp_web_package_random_path\**\*.config": ["web.config", "web.Release.config", "web.Debug.config"],
86+
"temp_web_package_random_path/**/*.config": ["web.config", "web.Release.config", "web.Debug.config"]
8687
},
8788
"getVariable": {
8889
"ENDPOINT_AUTH_AzureRMSpn": "{\"parameters\":{\"serviceprincipalid\":\"spId\",\"serviceprincipalkey\":\"spKey\",\"tenantid\":\"tenant\"},\"scheme\":\"ServicePrincipal\"}",

0 commit comments

Comments
 (0)