Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Exchange constructors are private, to get access to an exchange in code use:

On \*nix systems:

- Run this command `curl https://github.com/jjxtra/ExchangeSharp/raw/master/install-console.sh | sh`
- Run this command `curl https://github.com/DigitalRuby/ExchangeSharp/raw/main/install-console.sh | sh`

On Windows (or manually):

Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ trigger:
batch: false
branches:
include:
- master
- main
paths:
exclude:
- .github/**
Expand All @@ -17,7 +17,7 @@ pr:
autoCancel: true
branches:
include:
- master
- main
paths:
exclude:
- .github/**
Expand All @@ -30,7 +30,7 @@ schedules:
displayName: Monthly release
branches:
include:
- master
- main

variables:
BuildConfiguration: 'Release'
Expand Down