azure-pipelines Questions
3
Solved
I have a pom.xml file that includes my project version like this
<version> 1.14.0 </version>
and I also have a YAML file that autogenerates a GitHub tag when the tests have passed a...
Psia asked 6/5, 2019 at 8:42
3
I have a self-hosted Azure DevOps Pipeline build agent and would like to download and install Python from the Github repository if it is not already available in the agent tools directory.
The offi...
Azotic asked 13/12, 2022 at 10:28
3
Solved
Description
I'm trying out the service containers for integrated database tests in azure devops pipelines.
As per this opensourced dummy ci cd pipeline project https://dev.azure.com/funktechno/_git...
Detestable asked 22/8, 2020 at 16:24
4
I'm attempting to set up an Azure DevOps build pipeline against a .NET Framework 4.7.2 solution which contains a Visual Studio Installer Project. I've set up a self-hosted agent on a Windows Server...
Deodorize asked 20/12, 2019 at 3:14
7
We have an in-house Azure DevOps 2019 server and I'm currently setting up a build for a new .Net6 solution whose projects reference various packages from both nuget.org and an in-house feed in our ...
Amnion asked 30/6, 2022 at 13:16
6
Solved
I have created a pipeline in my repository which is used to validate code by executing unit tests for code that is being pushed to features/* branches. The same pipeline is used as Build validation...
Silhouette asked 4/8, 2021 at 13:8
2
Solved
I have integrated SonarQube and Checkmarx SAST and SCA into the Azure DevOps build pipeline. I am able to see both the SonarQube and Checkmarx reports without any issues.
I have the following...
Dustindustman asked 20/5, 2022 at 6:15
4
Solved
I thought that a call to ##vso[task.complete result=Failed;] should make the script step where it is called fail immediately but I have now seen one case in my pipeline where this is not the case.
...
Piggery asked 4/11, 2021 at 7:1
2
I am building a project server solution with azure devops.
In my release pipeline I have multiple powershell scripts that requre user credentials as parameters. The password is saved in a secret v...
Sullen asked 20/9, 2019 at 9:59
4
Solved
There is a folder in one of the repositories (Source Repo) that I like to copy to another repository (Destination Repo) using Azure Pipeline (as they needed to be in sync)
so far I can Copy a folde...
Silicosis asked 13/2, 2021 at 11:5
3
Solved
I have a use case where I want to use pipeline parameters in a yaml pipeline with user name and password.
For the username it's easy because I simply add the following in my parameters section.
par...
Benefactress asked 12/1, 2021 at 14:48
4
Solved
here is my requirements.txt
beautifulsoup4==4.11.1
cachetools==5.2.0
certifi==2022.12.7
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
Flask==2.2.2
Flask-SQLAlchemy==3.0.2
google==3.0.0
goo...
Calumnious asked 30/12, 2022 at 7:35
6
Solved
I have folder structure this way in source code.
f1
f2
f3
f4
I have added gitcopy diff task in my pipeline which lists and copies files which are modified to a destination folder.
Now, I want to ha...
Electrum asked 1/12, 2020 at 10:6
5
We have a node app that we are trying to deploy through Azure Pipelines. It works fine locally.
When the pipeline runs, it fails on the build step with this error immediately after the tsc command ...
Coprophilia asked 24/5, 2023 at 20:21
2
Solved
I would like to run my API using dotnet run, so I can run some tests against it. However, on Azure Pipelines and AppVeyor, they don't have a developer certificate installed and I get an error when ...
Else asked 26/7, 2019 at 14:8
4
Solved
I'm hoping to cache a specific stage in my multi-stage Dockerfile that my test stages use in an effort speed the build process up. Otherwise, it builds for unit testing and then for integration tes...
Synthetic asked 30/10, 2021 at 22:35
9
Building CI pipeline for .Net core APIs in VSTS. But while building getting the below error.
Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\1\s\$(buildStagingDirect...
Xavler asked 6/6, 2018 at 11:21
2
Solved
I am using azure-devops pipelines but I am having problems to set the name of the build.
Here is a normal build definition.
pool:
vmImage: 'VS2017-Win2016'
name: myBuildName
steps:
- task: NuG...
Randi asked 16/1, 2019 at 8:44
4
I'm attempting to run a TestComplete automated test project on a Microsoft Azure Hosted agent using the windows-latest image. The test never finishes and eventually the 60 minute job timeout kicks ...
Muster asked 12/9, 2023 at 13:19
4
I am trying to create a prerelease build for a .net-standard 2.0 library in VSTS. I have created a build with the following steps
dotnet restore version 2
dotnet build version 2
dotnet pack versi...
Syllogism asked 11/7, 2018 at 14:50
2
Solved
I'm seeking a solution to display Cypress test results, in Azure DevOps results tab in the release pipeline. Right now, Mocha Awesome test results HTML report is created. But need a solution to int...
Stan asked 26/11, 2019 at 7:49
6
Solved
I am trying to deploy an Azure ARM script in VSTS Pipeline.
I "Published" the Artifacts in the Build Step and Downloaded the Artifacts in the Release Step. The Log seems to indicate that it found ...
Bifid asked 14/12, 2018 at 19:10
3
Solved
I am using the File Transform V2 task on my release pipeline for my ClickOnce application deployment.
-transform **\*.Release.config -xml **\*exe.config.deploy
I've never had issues transformin...
Morelos asked 20/4, 2020 at 13:34
3
Solved
I have upgraded an MSIX WPF app to .NET 8 from .NET 7, and it runs fine on my own computer.
But when I try to build it in Azure DevOps, I get the errors:
C:\agent\_work\_tool\dotnet\sdk\8.0.100\Sdk...
Celom asked 12/12, 2023 at 8:53
4
Solved
I have a problem in the ADOS system that the pipeline fails because there is no "pool" specified. Also the validation shows this error. However, I have defined a pool.
trigger:
branches...
Darkle asked 1/12, 2022 at 13:59
1 Next >
© 2022 - 2024 — McMap. All rights reserved.