microsoft / botframework-solutions

Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
https://aka.ms/bfsolutionsdocs
MIT License
1.05k stars 530 forks source link

[C#][VA] Fix Virtual Assistant's Pipeline compatibility issues #3835

Closed ldardick closed 3 years ago

ldardick commented 3 years ago

Fixes #3833

Purpose

The Pipeline created using the provided VirtualAssistantSample.yml file would fail due to being outdated, as reported on issue #3833.

Changes

The following changes were applied to the Pipeline use on the sample and the VSIX template

Tests

With the changes, the Pipeline is now passing: image

Feature Plan

N/A

Checklist

General