This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Merged
Conversation
* Set up for SDK_Dotnet_V4_org feed. * Fix non-mac builds * Fix mac build * Set up PAT for mac build * Rename var to SDK_Dotnet_V4_org_PAT * Add username credential * Trying my email as username * Revert mac ppipeline. * Strip out credentials. * Drop continueOnError true * Add var SDK_Dotnet_V4_org_Url * Add var SDK_Dotnet_V4_org_Url * Add system_accesstoken to daily pipeline
* Update package feed for Mac builds * Change verbosity of restore to Detailed * Trying verbosity Normal * List package sources, add no restore to dotnet build' * Add source to build step * Add Nuget Authenticate * Add service connection * Add build source for service connection * Change feed value to a pipeline variable
* Obsolete InspectionMiddleware * Change method to class in obsolete attribute
* Log BadRequest in adapter * Update libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/BotFrameworkHttpAdapter.cs Co-authored-by: Gabo Gilabert <gabog@users.noreply.github.com> * Update libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/CloudAdapter.cs Co-authored-by: Gabo Gilabert <gabog@users.noreply.github.com>
* Add BotFramework-CLI prerequisite for Declarative tests * Remove bf cli installation when an error occurs or the schema differs
* Add UnlistPackagesOnMyGet.ps1 * Fix $packageNames arg * Add debug trace * Remove debug trace * Fix $packageNames arg * Fix if ($deletePackagesForReal * Fix [boolean]$deletePackagesForReal * Fix ($deletePackagesForReal -eq true) * Fix $deletePackagesForReal -eq "true" * Fix $deletePackagesForReal = "false" * Log "deletePackagesForReal: " * Tweaks * Enable real delete * Tweak comment * Add UnlistPackagesOnNuGet.ps1 * Tweak string array declaration * Tweak descriptions * Tweak 2 on description * Fix versions getting * Tweak arg, comment * Set $versionToUnlist * Fix unlistPackagesForReal arg and msg * Fix $RegistryUrlSource * Tweak logging. * Tweak logging 2 * Add UnlistNpmPackagesOnMyGet.ps1 * Tweaks 3 * Add debug lines * More debug lines * More debug 3 * Strip debug lines * Set up npm unpublish command * Remove --registry=$feedApiUrl args from unpublish * Trying nuget delete again. * Trying the $feedApiUrl * Try npm config set registry * Prepend "v" to version number for npm unpublish * Add UnlistPackagesOnNpm.ps1 * Add --loglevel verbose * Add --loglevel verbose 2 * Try @microsoft/ * Try for real unpublish verbose * Switch arg to $npmPersonalAccessToken * Comment * Try unscoped again. * Add $unlistAllOlderPackagesAlso flag * Fix "if" * Reformatted output. * Add $unlistOlderVersionsAlso flag * Add $unlistOlderVersionsAlso flag to azure script * Add $unlistOlderVersionsAlso flag to npm pipeline * Tweak * Add $unlistOlderVersionsAlso flag to npm on myget * Add $unlistOlderVersionsAlso flag to NuGet pipelins * Fix single version to unlist in NuGet * Fix $versionToUnlist matching * Revise matching of $versionToUnlist 2 * Try resetting $index * Add debugging * Try again with multiple qualifying versions * Fixed now. * Cleanup. * Cleanup 2 * Fix the other pipelines to match * Fix npm on MyGet * Tweak npm on myget
* Add 'Component Detection' task to signing build. * Fix indents.
* Add top level lazy load on LanguageGeneratorManager * Added type caching to InterfaceConverter to avoid recreating types that have already been created. Some minor cleanup on ResourceExplorer. * Removed Console.Writeline * Fixed brace location * refine some code * refine comments * Focing TestScript to use lazy mode (tests will fail for now) * Changed test to fail * Parse LG while the content contains export function * add comments * revert tests * revert tests * remove catch * Fixed regex. Removed load on constructor parameter from TemplateEngineLanguageGenerator and LanguageGeneratorManager (it is all async now) * Made an internal method private * Made MultiLanguageGenerator.LanguageGeneratos read only. Co-authored-by: Gabo Gilabert <ggilaber@microsoft.com>
mrivera-ms
suggested changes
Jan 26, 2022
Contributor
mrivera-ms
left a comment
There was a problem hiding this comment.
Let's leave the 'build' folder out. We are adding v5 pipelines directly in the branch.
Contributor
Author
|
@mrivera-ms, I reverted the changes to |
mrivera-ms
approved these changes
Jan 27, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #minor