I’m helping our development team to build and deploy SSIS project from Azure DevOps. I’m new to SSIS and this is my first time.
When building the project, it is erroring out because it is looking for a DEV.dtproj file
Any idea what could be causing this issue?
Here is the YAML task
- task: SSISBuild@1
inputs:
projectPath: '$(Build.SourcesDirectory)/<projectname>'
stripSensitive: false
outputPath: '$(Build.ArtifactStagingDirectory)<projectname>'
06/12/2024 16:20:29 Build project <Build.SourcesDirectory>objDevelopment<someproject>.dtproj successfully.
06/12/2024 16:20:29 Start to build project <Build.SourcesDirectory>objDevelopment<someproject>DEV.dtproj
##[error]06/12/2024 16:20:29 Could not find file <Build.SourcesDirectory>objDevelopment<someproject>DEV.dtproj.