diff --git a/.appveyor.yml b/.appveyor.yml index 0791ecaba..070aa296b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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-rc1-014190 + - cmd: choco install dotnetcore-sdk --version=3.0.100 - ps: .\build.ps1 test: off after_build: diff --git a/Packages.props b/Packages.props index f8bf86011..48bcca705 100644 --- a/Packages.props +++ b/Packages.props @@ -20,8 +20,8 @@ - - + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a89e789e7..2b8dee0df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ resources: - repository: rsg type: github name: RocketSurgeonsGuild/AzureDevopsTemplates - ref: refs/tags/v0.9.4 + ref: refs/tags/v0.10.0 endpoint: github variables: @@ -40,7 +40,7 @@ jobs: Verbosity: $(Verbosity) GitHub: true GitHubPackages: false - DotNet21Version: "2.1.x" - DotNetVersion: "2.2.x" - DotNet3Version: "3.0.100-rc1-014190" + DotNetSdk: + - "2.2.x" + - "3.0.x" NuGetVersion: "5.2.0" diff --git a/test/Directory.Build.props b/test/Directory.Build.props index bb7ca9fde..ef8bb5f17 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -1,9 +1,6 @@ - true - true - true [Rocket.Surgery.*]*