Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Update azure-pipelines.yml #71

Closed chucker closed 4 years ago

chucker commented 4 years ago

newer SDK and VS version

chrissainty commented 4 years ago

@Chucker Could you update the .Net installer task as well? The current one is being depreciated. This is the new task definition:

- task: UseDotNet@2
  displayName: ‘Use .NET Core sdk’
  inputs:
    packageType: sdk
    version: 3.1.102
    installationPath: $(Agent.ToolsDirectory)/dotnet
SQL-MisterMagoo commented 4 years ago

Thank you for this, @chucker - I'm closing as @jspuij included the changes in the other PR already merged today and it was easier to do it all in one hit - but massive thanks for taking the time!