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'
No comments:
Post a Comment