Skip to content

Commit

Permalink
Update .azure-build.yml to .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Murphy committed Nov 17, 2021
1 parent 0d267f3 commit cdabba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
steps:
- task: DotNetCoreInstaller@1
displayName: 'Use .NET Core sdk 5.0.x'
displayName: 'Use .NET Core sdk 6.0.x'
inputs:
version: 5.0.x
version: 6.0.x

- bash: echo NugetVersion is $NugetVersion; export NugetVersion
displayName: 'export NugetVersion into env vars'
Expand Down

0 comments on commit cdabba8

Please sign in to comment.