azure-artifacts

pip install from Azure DevOps Python Artifacts feed not working

青春壹個敷衍的年華 提交于 2020-06-12 05:03:36
问题 When I attempt to install a package from our Azure DevOps Artifacts feed, I get the error: Looking in indexes: https://pypi.org/simple, https://pkgs.dev.azure.com/company/company_Software/_packaging/PyPI/pypi/simple/ ERROR: Could not find a version that satisfies the requirement as-api (from versions: none) ERROR: No matching distribution found for as-api As using pip install -vvv potentially produces confidential information, I cannot provide the full log here. Please feel free to ask any

Azure pipelines Universal Package Task fails with error “The package name provided is invalid”

こ雲淡風輕ζ 提交于 2020-06-01 05:07:41
问题 Snippet from Yaml file of my pipeline where I archive the build directory, publish it to artifacts and then try to make the artifact available as a universal package in Azure Artifacts. - task: ArchiveFiles@2 inputs: rootFolderOrFile: '$(Build.SourcesDirectory)/Software/MCU/build/pkgs' archiveType: 'zip' archiveFile: $(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip - task: PublishBuildArtifacts@1 inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)' artifactName: MCU_Build - task:

Azure pipelines Universal Package Task fails with error “The package name provided is invalid”

≡放荡痞女 提交于 2020-06-01 05:07:41
问题 Snippet from Yaml file of my pipeline where I archive the build directory, publish it to artifacts and then try to make the artifact available as a universal package in Azure Artifacts. - task: ArchiveFiles@2 inputs: rootFolderOrFile: '$(Build.SourcesDirectory)/Software/MCU/build/pkgs' archiveType: 'zip' archiveFile: $(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip - task: PublishBuildArtifacts@1 inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)' artifactName: MCU_Build - task:

Azure pipelines Universal Package Task fails with error “The package name provided is invalid”

走远了吗. 提交于 2020-06-01 05:07:34
问题 Snippet from Yaml file of my pipeline where I archive the build directory, publish it to artifacts and then try to make the artifact available as a universal package in Azure Artifacts. - task: ArchiveFiles@2 inputs: rootFolderOrFile: '$(Build.SourcesDirectory)/Software/MCU/build/pkgs' archiveType: 'zip' archiveFile: $(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip - task: PublishBuildArtifacts@1 inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)' artifactName: MCU_Build - task:

How to update a maven dependency with a same version number in Azure Artifacts

拈花ヽ惹草 提交于 2020-05-28 03:24:46
问题 We changed our maven private repository Nexus to Azure Artifacts. And when we upload a private maven dependency with a some version, it told us below info: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project HmapBasic: Failed to deploy artifacts: Could not transfer artifact com.hand:HmapBasic:pom:3.0.3-RELEASE from/to dev-azure-com-kohlerdevops-konnect-unified (https://pkgs.dev.azure.com/KohlerDevOps/_packaging/Konnect-Unified

Azure DevOps Project pipeline not able to access NuGet package from Artifact Feed in different Project

旧街凉风 提交于 2020-05-23 07:19:05
问题 Updated 20-Feb-2020 Summary Azure DevOps pipeline build not able to find NuGet package from our private feed under Artifacts. Our Azure DevOps environment In Azure, we have our company "space": dev.azure.com/OurCompany Under that, we have multiple Projects, so for example, imagine these three: Green: this holds applications of a certain type Blue: this holds applications of a different type Red: this holds our "common" helper code RED RED holds all our common helper code are DLLs consumed by

Unable to index one or more source files for symbols file

倖福魔咒の 提交于 2020-04-30 09:18:53
问题 I am trying to create Nuget packages and push it to azure artifacts. Am using Index sources and publish symbols to publish symbols to the azure symbol server. But i keep getting this warning Unable to index one or more source files for symbols file 'D:\a\1\s\MyClassLibrary\bin\Debug\netstandard2.0\MyClassLibrary.pdb'. I have tried setting debug type to full but still the same. I also tried packing PDB in to the nuget package itself but still it cant find the source code even though visual

Unable to index one or more source files for symbols file

安稳与你 提交于 2020-04-30 09:18:24
问题 I am trying to create Nuget packages and push it to azure artifacts. Am using Index sources and publish symbols to publish symbols to the azure symbol server. But i keep getting this warning Unable to index one or more source files for symbols file 'D:\a\1\s\MyClassLibrary\bin\Debug\netstandard2.0\MyClassLibrary.pdb'. I have tried setting debug type to full but still the same. I also tried packing PDB in to the nuget package itself but still it cant find the source code even though visual

Nuget package failed to restore with the Error - The HTTP request has timed out after 100000ms

試著忘記壹切 提交于 2020-04-18 01:09:27
问题 I am getting error while restoring package from my Azure Artifacts Feed. How I do is , I have one nuget.config file(which contains url for my Azure artifacts feed and credentials) which I am calling from nuget.exe from my build machine. Problem is , From the same network's build machine this process is working fine. From another network's machine also packages are getting restored except one, for only one package I am getting an error here. Error- Errors in packages.config projects Unable to

Nuget package failed to restore with the Error - The HTTP request has timed out after 100000ms

喜你入骨 提交于 2020-04-18 01:08:05
问题 I am getting error while restoring package from my Azure Artifacts Feed. How I do is , I have one nuget.config file(which contains url for my Azure artifacts feed and credentials) which I am calling from nuget.exe from my build machine. Problem is , From the same network's build machine this process is working fine. From another network's machine also packages are getting restored except one, for only one package I am getting an error here. Error- Errors in packages.config projects Unable to