From 630a99e2c0ccf998c1006d882f14fbd90bc9b157 Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Tue, 12 Oct 2021 17:22:41 +0300 Subject: [PATCH] Add todo in deploy-to-k8s.yml --- etc/azure/deploy-to-k8s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/azure/deploy-to-k8s.yml b/etc/azure/deploy-to-k8s.yml index e3952ea..40826c5 100644 --- a/etc/azure/deploy-to-k8s.yml +++ b/etc/azure/deploy-to-k8s.yml @@ -6,8 +6,8 @@ trigger: none pool: vmImage: 'ubuntu-latest' - steps: +# TODO: Once similar UseDotNet@2 task is set in Azure configuration it should be removed. - task: UseDotNet@2 displayName: 'Use .NET sdk' inputs: