Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .azure/test.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .azure/tests.yml

This file was deleted.

36 changes: 3 additions & 33 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,9 @@
jobs:
- job: macOs
pool:
name: Hosted macOS
steps:
- template: .azure/tests.yml

- job: linux
pool:
name: Hosted Ubuntu 1604
steps:
- script: curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -channel 1.1
displayName: Installing .netcore 1.1
- template: .azure/tests.yml
parameters:
netcore1Global: false

- job: win
dependsOn:
- macOs
- linux
pool:
name: Hosted VS2017
steps:
- template: .azure/tests.yml

- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
- task: NuGetCommand@2
displayName: push nuget packages
inputs:
command: push
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
nuGetFeedType: external
publishFeedCredentials: api.nuget.org

- task: PublishBuildArtifacts@1
- task: Bash@3
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
artifactName: nupkgs
targetType: inline
script: docker-compose up -d