Hardcode cliFeedUrl to use staging templates to test for .net7 templates

This commit is contained in:
Nathan Turinski 2022-07-15 13:43:48 -07:00
Родитель e701d6d01e
Коммит 9c5df63794
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ import { localize } from '../localize';
import { feedUtils } from './feedUtils';
export namespace cliFeedUtils {
const funcCliFeedV4Url: string = 'https://aka.ms/AAbbk68';
const funcCliFeedV4Url: string = 'https://raw.githubusercontent.com/Azure/azure-functions-tooling-feed/2c07ce9fd6f0187b8e55297c4ecc2b622eccbfbe/cli-feed-v4.json';
interface ICliFeed {
tags: {