Browse Source

Updated pipeline dotnet

flabbet 3 years ago
parent
commit
2e0905d40a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      azure-pipelines.yml

+ 5 - 0
azure-pipelines.yml

@@ -11,6 +11,11 @@ variables:
   buildConfiguration: 'Release'
 
 steps:
+- task: UseDotNet@2
+  inputs:
+    packageType: 'sdk'
+    version: '6.0.100'
+
 - task: NuGetToolInstaller@1
 
 - task: NuGetCommand@2