Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
JDziurlaj committed May 13, 2019
1 parent c72d641 commit 91ad89c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# .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

Expand Down Expand Up @@ -34,8 +29,7 @@ steps:
publishWebProjects: false
arguments: '-c release -r osx-x64 -o $(Build.ArtifactStagingDirectory)'
feedsToUse: 'select'
versioningScheme: 'off'
workingDirectory: 'osx'
versioningScheme: 'off'
projects: 'CdfTools/*.csproj'
- task: VSTest@2
inputs:
Expand Down

0 comments on commit 91ad89c

Please sign in to comment.