# ASP.NET # Build and test ASP.NET projects. # Add steps that publish symbols, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4 trigger: - master pool: vmImage: 'ubuntu-latest' steps: - task: PowerShell@2 inputs: filePath: 'build.ps1' arguments: 'deployment-package --artifact-dir $(Build.ArtifactStagingDirectory)'