Skip to content
This repository was archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Dec 4, 2019
1 parent 1825c36 commit a5d260e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ steps:
packagesToPack: '**/OMODFramework.csproj'
packDestination: '$(Build.ArtifactStagingDirectory)/nuget'
versioningScheme: 'off'
includeSymbols: true
buildProperties: 'dependencies="";requireLicenseAcceptance="true";licenseURL="https://github.com/erri120/OMODFramework/blob/master/LICENSE"'

- task: PublishBuildArtifacts@1
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
Expand Down

0 comments on commit a5d260e

Please sign in to comment.