Showing posts with label DevOps. Show all posts
Showing posts with label DevOps. Show all posts
Wednesday, November 6, 2024
Azure pipelines: error MSB4019 WebApplication.targets was not found
You can use a MSBUILD task and switch from Version
- task: VSBuild@1
inputs:
solution: $(Build.SourcesDirectory)$(appSourceUri)
platform: 'AnyCPU'
configuration: $(buildConfiguration)
vsVersion: '17.0'
Tuesday, January 10, 2023
Deploy custom policies and got "the policy being uploaded not xml"
Please add ContentType "application/xml; charset=utf-8" to your Invoke-Resetmethod
$response = Invoke-RestMethod -Uri $graphapiuri -Method Put -Body $policycontent -Headers $headers -ContentType "application/xml; charset=utf-8"
Subscribe to:
Posts (Atom)