File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ param (
1919Write-Host " Jar path: $JarPath "
2020$Env: AZCOPY_SPA_CLIENT_SECRET = $ServicePrincipalKey
2121azcopy login -- service- principal -- application- id $ServicePrincipleClientId
22- azcopy copy " $JarPath /applicationinsights-agent-$SDKVersionNumber .jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
23- azcopy copy " $JarPath /applicationinsights-agent-$SDKVersionNumber -javadoc.jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
24- azcopy copy " $JarPath /applicationinsights-agent-$SDKVersionNumber -sources.jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
25- azcopy copy " $JarPath /applicationinsights-agent-$SDKVersionNumber .pom" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
22+ azcopy copy " $JarPath /$SDKVersionNumber / applicationinsights-agent-$SDKVersionNumber .jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
23+ azcopy copy " $JarPath /$SDKVersionNumber / applicationinsights-agent-$SDKVersionNumber -javadoc.jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
24+ azcopy copy " $JarPath /$SDKVersionNumber / applicationinsights-agent-$SDKVersionNumber -sources.jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
25+ azcopy copy " $JarPath /$SDKVersionNumber / applicationinsights-agent-$SDKVersionNumber .pom" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
2626Remove-Item Env:AZCOPY_SPA_CLIENT_SECRET
You can’t perform that action at this time.
0 commit comments