Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Sep 21, 2019
1 parent 520111e commit 2a41a24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
"commands": [
"dotnet-gitreleasemanager"
]
},
"codecov.tool": {
"version": "1.7.2",
"commands": [
"codecov"
]
}
}
}
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ resources:
- repository: rsg
type: github
name: RocketSurgeonsGuild/AzureDevopsTemplates
ref: refs/tags/v0.9.2
ref: refs/tags/v0.9.4
endpoint: github

variables:
- group: rsg-bot
- name: CONFIGURATION
value: Release
- name: VERBOSITY
Expand All @@ -36,6 +35,7 @@ variables:
jobs:
- template: pipeline/nuke.yml@rsg
parameters:
GithubAuthVariableGroup: rsg-bot
Configuration: $(Configuration)
Verbosity: $(Verbosity)
GitHub: true
Expand Down

0 comments on commit 2a41a24

Please sign in to comment.