Ver Fonte

Updated pipeline dotnet

flabbet há 3 anos atrás
pai
commit
2e0905d40a
1 ficheiros alterados com 5 adições e 0 exclusões
  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