azure-pipelines

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:

Impact on pipeline agents when you change organisation URL in Azure Devops

被刻印的时光 ゝ 提交于 2020-05-29 11:03:28
问题 I'd like to rename my organisation URL in Azure Devops. The support articles describe the impact, and what to do. But they don't mention any impact on the Azure Pipelines agent. However, when I look at the .agent config file, there's a serverUrl property that points to the specific organisation URL. So - if I rename my organisation URL, will it impact my agents? Do I need to reconfigure them? 回答1: Yes, it will impact your agents. Currently, they configure to the first URL, when you change the

Impact on pipeline agents when you change organisation URL in Azure Devops

£可爱£侵袭症+ 提交于 2020-05-29 11:03:15
问题 I'd like to rename my organisation URL in Azure Devops. The support articles describe the impact, and what to do. But they don't mention any impact on the Azure Pipelines agent. However, when I look at the .agent config file, there's a serverUrl property that points to the specific organisation URL. So - if I rename my organisation URL, will it impact my agents? Do I need to reconfigure them? 回答1: Yes, it will impact your agents. Currently, they configure to the first URL, when you change the

VSTS builds includes all previous commits as associated changes

情到浓时终转凉″ 提交于 2020-05-29 07:56:18
问题 I have an issue that makes all my previous commits show as associated changes in each new build. I believe the issue is related to the automatic triggering of the build definition using a wildcard branch pattern. I trigger our release builds on any commits on a branch name with the pattern 'release/*'. Each production release of our software starts with a new release branch with the following naming convention 'release/1', 'release/2', etc. where the number matches our released software

VSTS builds includes all previous commits as associated changes

末鹿安然 提交于 2020-05-29 07:55:09
问题 I have an issue that makes all my previous commits show as associated changes in each new build. I believe the issue is related to the automatic triggering of the build definition using a wildcard branch pattern. I trigger our release builds on any commits on a branch name with the pattern 'release/*'. Each production release of our software starts with a new release branch with the following naming convention 'release/1', 'release/2', etc. where the number matches our released software

VSTS builds includes all previous commits as associated changes

你。 提交于 2020-05-29 07:54:22
问题 I have an issue that makes all my previous commits show as associated changes in each new build. I believe the issue is related to the automatic triggering of the build definition using a wildcard branch pattern. I trigger our release builds on any commits on a branch name with the pattern 'release/*'. Each production release of our software starts with a new release branch with the following naming convention 'release/1', 'release/2', etc. where the number matches our released software

VSTS builds includes all previous commits as associated changes

雨燕双飞 提交于 2020-05-29 07:53:47
问题 I have an issue that makes all my previous commits show as associated changes in each new build. I believe the issue is related to the automatic triggering of the build definition using a wildcard branch pattern. I trigger our release builds on any commits on a branch name with the pattern 'release/*'. Each production release of our software starts with a new release branch with the following naming convention 'release/1', 'release/2', etc. where the number matches our released software

VSTS builds includes all previous commits as associated changes

南笙酒味 提交于 2020-05-29 07:53:14
问题 I have an issue that makes all my previous commits show as associated changes in each new build. I believe the issue is related to the automatic triggering of the build definition using a wildcard branch pattern. I trigger our release builds on any commits on a branch name with the pattern 'release/*'. Each production release of our software starts with a new release branch with the following naming convention 'release/1', 'release/2', etc. where the number matches our released software