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.
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
NuGetToolInstaller
task NuGet version was updated from version4.9.1
to5.3.0
.DotNetCoreInstaller
task was updated to install version3.1
of NET Core to match with the Virtual Assistant dependency.DotNetCoreInstaller
task was upgraded to version 2.windows-2019
.Tests
With the changes, the Pipeline is now passing:
Feature Plan
N/A
Checklist
General