Browse Source

Use .NET Core 3.0 final SDK on Azure Pipelines

pull/1728/head
Christoph Wille 6 years ago committed by Daniel Grunwald
parent
commit
ef81b38f08
  1. 2
      azure-pipelines.yml

2
azure-pipelines.yml

@ -39,7 +39,7 @@ jobs: @@ -39,7 +39,7 @@ jobs:
- task: DotNetCoreInstaller@0
inputs:
version: '3.0.100-preview9-014004'
version: '3.0.100'
- powershell: .\BuildTools\pipelines-install.ps1
displayName: Install

Loading…
Cancel
Save