Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Update CI (#120)
Browse files Browse the repository at this point in the history
* fix CI

* fix CI
  • Loading branch information
SergeyKanzhelev committed Feb 27, 2019
1 parent eedf415 commit 8720675
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
@@ -1,3 +1,6 @@
{
"rewrap.wrappingColumn": 79
"rewrap.wrappingColumn": 79,
"files.associations": {
".vsts/*.yml": "azure-pipelines"
}
}
12 changes: 7 additions & 5 deletions .vsts/ci-build.yml
Expand Up @@ -3,10 +3,12 @@
variables:
DotNetVersion: "2.2.101"

phases:
pr: [ 'master', 'develop' ]

- phase: Windows
queue: Hosted VS2017
jobs:

- job: Windows
pool: Hosted VS2017
steps:

- task: DotNetCoreInstaller@0
Expand All @@ -32,8 +34,8 @@ phases:

- task: PublishTestResults@2

- phase: Linux
queue: Hosted Ubuntu 1604
- job: Linux
pool: Hosted Ubuntu 1604
steps:
- task: DotNetCoreInstaller@0
displayName: force use of desired dotnet version
Expand Down

0 comments on commit 8720675

Please sign in to comment.