Forum Discussion
JFrog Artifacts move to azure artifacts
Should we need azure artifacts feeds. azure pipeline artifacts storing drop folder if i am new pipeline it is overwrite the drop folder,is there any way to store the drop folder
bharathsimha when i am installing universal package i am getting the error
- UnaihueteOct 25, 2022
Microsoft
- pipeline artifacts do not get overwritten --> every pipeline execution keeps files from that execution (drop folder or any other custom folder) https://learn.microsoft.com/en-us/azure/devops/pipelines/publish-pipeline-artifact?view=azure-devops&tabs=yaml
- for artifact feeds (universal packages) https://learn.microsoft.com/en-us/azure/devops/pipelines/artifacts/universal-packages?view=azure-devops&tabs=yaml what error do you get?- bharathsimhaOct 25, 2022Copper Contributor
can't find the package name.
PS C:\WINDOWS\system32> az artifacts universal download --organization https://dev.azure.com/bharu1209/ --project="bharu1209" --scope project --feed myworkspace --name myfirst --version 1.0.0 --path C:\Users\bharu\https-github.com-frankcaron\
Can't find the package 'myfirst' with version '1.0.0' in feed 'myworkspace'.
Process ['C:\\Users\\bharu\\.azure\\azuredevops\\cli\\tools\\artifacttool\\ArtifactTool_win10-x64_0.2.254\\artifacttool', 'universal', 'download', '--service', 'https://dev.azure.com/bharu1209/', '--patvar', 'AZURE_DEVOPS_EXT_ARTIFACTTOOL_PATVAR', '--feed', 'myworkspace', '--package-name', 'myfirst', '--package-version', '1.0.0', '--path', 'C:\\Users\\bharu\\https-github.com-frankcaron\\', '--project', 'bharu1209'] with PID 25436 exited with return code 18