remove azure-pipeline.yaml

This commit is contained in:
Nomango 2019-04-07 02:14:14 +08:00 committed by Nomango
parent 68f3ad0d29
commit d0056bb42b
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
# .NET Desktop
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
trigger:
- master
pool:
vmImage: 'VS2017-Win2016'
variables:
solution: '**/*.sln'
buildPlatform: 'x86'
buildConfiguration: 'Release'
steps:
- task: VSBuild@1
- task: VSBuild@1
inputs:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'