Skip to content

Commit

Permalink
fixing the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed Nov 23, 2020
1 parent 58e1201 commit e887bb3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ variables:
- group: github

stages:
- stage: 'Build'
jobs:
- job: Build
# defines agent pool and demands (https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=example#pool)
pool:
vmImage: ubuntu-latest
# - stage: 'Build'
# jobs:
# - job: Build
# # defines agent pool and demands (https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=example#pool)
# pool:
# vmImage: ubuntu-latest

steps:
# - template: templates/create-github-release.yml@templates
- template: templates/build-dotnet.yml@templates
# steps:
# - template: templates/create-github-release.yml@templates

- template: templates/build-dotnet.yml@templates

0 comments on commit e887bb3

Please sign in to comment.