Skip to content

Commit

Permalink
Add .NET Core 3.x SDK into nightly.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg committed Jan 6, 2022
1 parent a7533e7 commit 895b80c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/azure-pipelines-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ steps:
projects: '$(Build.SourcesDirectory)\test\Microsoft.OData.ModelBuilder.Tests\Microsoft.OData.ModelBuilder.Tests.csproj'
arguments: '--configuration $(BuildConfiguration) --no-incremental'

- task: UseDotNet@2
displayName: Use .NET 3.x
inputs:
packageType: 'sdk'
version: '3.x'

# Run the Unit test
- task: DotNetCoreCLI@2
displayName: 'Unit Tests (Microsoft.OData.ModelBuilder.Tests.csproj) '
Expand Down

0 comments on commit 895b80c

Please sign in to comment.