Explorar o código

Updated pipeline dotnet

flabbet %!s(int64=3) %!d(string=hai) anos
pai
achega
2e0905d40a
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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