Skip to content

Commit

Permalink
Updated to latest conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Sep 20, 2019
1 parent d120944 commit 520111e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: Visual Studio 2019
init:
- git config --global core.autocrlf input
build_script:
- cmd: choco install dotnetcore-sdk --version=3.0.100-preview9-014004
- cmd: choco install dotnetcore-sdk --version=3.0.100-rc1-014190
- ps: .\build.ps1
test: off
after_build:
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
- repository: rsg
type: github
name: RocketSurgeonsGuild/AzureDevopsTemplates
ref: refs/tags/v0.9.1
ref: refs/tags/v0.9.2
endpoint: github

variables:
Expand All @@ -42,5 +42,5 @@ jobs:
GitHubPackages: false
DotNet21Version: "2.1.x"
DotNetVersion: "2.2.x"
DotNet3Version: "3.0.100-preview9-014004"
DotNet3Version: "3.0.100-rc1-014190"
NuGetVersion: "5.2.0"

0 comments on commit 520111e

Please sign in to comment.