Browse Source

Add todo in deploy-to-k8s.yml

pull/68/head
Berkan Sasmaz 5 years ago
parent
commit
630a99e2c0
  1. 2
      etc/azure/deploy-to-k8s.yml

2
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:

Loading…
Cancel
Save