python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pound sign getting converted into question mark in Azure Build Pipeline
We have one column in our table whose name is "House€1000" but after deploying the code from Azure Build Pipeline, we could see that the pound sign got converted to "?" in Azure Bu...
Shruti Agrawal
Votes: 0
Answers: 1
Share agent work directory (C:\agent\work) across multiple containers
My setup consists of a windows server on which some containers have been deployed. Every container is a build vsts agent that can perform builds and deployments. I am trying to figure if I could share...

GeralexGR
Votes: 0
Answers: 2
Azurepipeline CI is triggering for every pull request - i want only on merge
trigger:
- production
pool:
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
XXX
- script: |
XXX
- script: |
XXX
- script: |
XXX
- task: CopyFiles@2
XXX
- task: PublishBu...
user1417561
Votes: 0
Answers: 1
Azure App Service Deploy pipeline task error: Resource doesn't exist/UnhandledPromiseRejectionWarning when resource exists
Getting the following error while running an Azure DevOps pipeline that uses the Azure App Service Deploy task when the resource clearly exists. This is happening in an existing pipeline that historic...
Evil August
Votes: 0
Answers: 0