From 87bec0858eebd0ef1824b4ac9ba64073ea6111ea Mon Sep 17 00:00:00 2001 From: LingyunSu <33764806+LingyunSu@users.noreply.github.com> Date: Fri, 8 Mar 2019 11:48:17 -0800 Subject: [PATCH] Use production branch for testing official package This should be updated to run against master branch. We need to maintain different versions of 'scriptBaseUrl' in master test and staging test. --- servicefabric/Test/azuredeploy.parameters.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servicefabric/Test/azuredeploy.parameters.json b/servicefabric/Test/azuredeploy.parameters.json index a0e2736..fdb5064 100644 --- a/servicefabric/Test/azuredeploy.parameters.json +++ b/servicefabric/Test/azuredeploy.parameters.json @@ -72,7 +72,7 @@ "value": "" }, "scriptBaseUrl": { - "value": "https://raw.githubusercontent.com/LingyunSu/AzureStack-QuickStart-Templates/sf_gallery_stable/ServiceFabricGalleryItem/Microsoft.ServiceFabricCluster/DeploymentTemplates/" + "value": "https://raw.githubusercontent.com/msazurestackworkloads/azurestack-gallery/master/servicefabric/Microsoft.ServiceFabricCluster/DeploymentTemplates/" } } -} \ No newline at end of file +}