File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ pushd %~dp0..
33mkdir published
44
55xcopy /E %USERPROFILE% \.m2\repository\com\microsoft\azure\applicationinsights-agent\* published
6+ xcopy /E %USERPROFILE% \.m2\repository\com\microsoft\azure\applicationinsights-runtime-attach\* published
67
78popd
Original file line number Diff line number Diff line change @@ -23,4 +23,8 @@ azcopy copy "$JarPath/$SDKVersionNumber/applicationinsights-agent-$SDKVersionNum
2323azcopy copy " $JarPath /$SDKVersionNumber /applicationinsights-agent-$SDKVersionNumber -javadoc.jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
2424azcopy copy " $JarPath /$SDKVersionNumber /applicationinsights-agent-$SDKVersionNumber -sources.jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
2525azcopy copy " $JarPath /$SDKVersionNumber /applicationinsights-agent-$SDKVersionNumber .pom" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
26+ azcopy copy " $JarPath /$SDKVersionNumber /applicationinsights-runtime-attach-$SDKVersionNumber .jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
27+ azcopy copy " $JarPath /$SDKVersionNumber /applicationinsights-runtime-attach-$SDKVersionNumber -javadoc.jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
28+ azcopy copy " $JarPath /$SDKVersionNumber /applicationinsights-runtime-attach-$SDKVersionNumber -sources.jar" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
29+ azcopy copy " $JarPath /$SDKVersionNumber /applicationinsights-runtime-attach-$SDKVersionNumber .pom" " https://azuresdkpartnerdrops.blob.core.windows.net/drops/applicationinsights-sdk/java/$SDKVersionNumber /"
2630Remove-Item Env:AZCOPY_SPA_CLIENT_SECRET
You can’t perform that action at this time.
0 commit comments