Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5c2aef1

Browse files
author
JC Aguilera
authored
Detailed logs on sync -ab (temp)
I have a theory on what is causing the publish task to fail but to validate I need timestamps on what is being downloaded and when.
1 parent c94aad2 commit 5c2aef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildpipeline/DotNet-Trusted-Publish.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"scriptType": "inlineScript",
7676
"scriptName": "",
7777
"arguments": "$(CloudDropAccountName) $(CloudDropAccessToken) $(Label)",
78-
"inlineScript": "param($account, $token, $container)\nif ($env:UseLegacyBuildScripts -eq \"true\")\n{\n .\\sync.cmd /ab /p:CloudDropAccountName=$account /p:CloudDropAccessToken=$token /p:ContainerName=$container\n}\nelse\n{\n# .\\sync.cmd -ab \"-AzureAccount=$account\" \"-AzureToken=$token\" \"-Container=$container\"\n .\\init-tools.cmd\n msbuild src\\syncAzure.proj /p:CloudDropAccountName=$account /p:CloudDropAccessToken=$token /p:ContainerName=$container\n}",
78+
"inlineScript": "param($account, $token, $container)\nif ($env:UseLegacyBuildScripts -eq \"true\")\n{\n .\\sync.cmd /ab /p:CloudDropAccountName=$account /p:CloudDropAccessToken=$token /p:ContainerName=$container\n}\nelse\n{\n# .\\sync.cmd -ab \"-AzureAccount=$account\" \"-AzureToken=$token\" \"-Container=$container\"\n .\\init-tools.cmd\n msbuild src\\syncAzure.proj /p:CloudDropAccountName=$account /p:CloudDropAccessToken=$token /p:ContainerName=$container -clp:v=detailed -flp:v=detailed\n}",
7979
"workingFolder": "$(Pipeline.SourcesDirectory)",
8080
"failOnStandardError": "false"
8181
}
@@ -529,4 +529,4 @@
529529
"state": "wellFormed",
530530
"revision": 418097633
531531
}
532-
}
532+
}

0 commit comments

Comments
 (0)