Files
Twain/azure-pipelines.yml
2023-02-25 14:05:17 -06:00

17 lines
401 B
YAML

# 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)'