Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Various Samples][C#] Fix for bot files being uploaded w/ az bot publish #1245

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

mdrichardson
Copy link
Contributor

Fixes microsoft/botbuilder-tools#965

Proposed Changes

Add:

<ItemGroup>
    <None Update="*.bot">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>

to the .csproj files that need it. Not having this was preventing .bot files from publishing (see issue)

Testing

.bot file gets published to Azure App Service:

image

Copy link
Member

@stevengum stevengum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stevengum stevengum merged commit 06c5a86 into master Feb 19, 2019
@stevengum stevengum deleted the toolsIssue965fix branch February 19, 2019 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants