Browse Source

Use .NET Core 3.0 final SDK on Azure Pipelines

pull/1726/head
Christoph Wille 6 years ago
parent
commit
9b3692eda2
  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