Skip to content

Commit 08ad52e

Browse files
committed
Updates .yml file to support .net core
1 parent 3fd1021 commit 08ad52e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ variables:
1616
buildConfiguration: 'Release'
1717

1818
steps:
19+
- task: UseDotNet@2
20+
displayName: 'Install .NET Core sdk'
21+
inputs:
22+
packageType: sdk
23+
version: 3.1.100
24+
installationPath: $(Agent.ToolsDirectory)/dotnet
25+
1926
- task: NuGetToolInstaller@1
2027

2128
- task: NuGetCommand@2

0 commit comments

Comments
 (0)