Skip to content

Commit

Permalink
Removing publish profiles references from SimilarProducts and RealEst…
Browse files Browse the repository at this point in the history
…ateBot
  • Loading branch information
iassal committed Oct 9, 2016
1 parent 422e8f4 commit 12274f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions CSharp/demo-Search/RealEstateBot/RealEstateBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<None Include="Properties\PublishProfiles\catalogbot - FTP.pubxml" />
<None Include="Properties\PublishProfiles\catalogbot - Web Deploy.pubxml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
Expand Down
3 changes: 0 additions & 3 deletions CSharp/intelligence-SimilarProducts/SimilarProducts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@
<Content Include="packages.config" />
<Content Include="README.md" />
</ItemGroup>
<ItemGroup>
<None Include="Properties\PublishProfiles\SimilarProducts - Web Deploy.pubxml" />
</ItemGroup>
<ItemGroup>
<Content Include="azuredeploy.json" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Node/intelligence-SimilarProducts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The minimum prerequisites to run this sample are:
* Latest Node.js with NPM. Download it from [here](https://nodejs.org/en/download/).
* The Bot Framework Emulator. To install the Bot Framework Emulator, download it from [here](https://aka.ms/bf-bc-emulator). Please refer to [this documentation article](https://docs.botframework.com/en-us/csharp/builder/sdkreference/gettingstarted.html#emulator) to know more about the Bot Framework Emulator.
* **[Recommended]** Visual Studio Code for IntelliSense and debugging, download it from [here](https://code.visualstudio.com/) for free.
* This sample currently uses a free trial Microsoft Bing Search API key with limited QPS. Please subscribe [here](https://www.microsoft.com/cognitive-services/en-us/subscriptions) to obtain your own key and update the `BING_SEARCH_API_KEY` key in [.env](.env) file to try it out further..
* This sample currently uses a free trial Microsoft Bing Search API key with limited QPS. Please subscribe [here](https://www.microsoft.com/cognitive-services/en-us/subscriptions) to obtain your own key and update the `BING_SEARCH_API_KEY` key in [.env](.env) file to try it out further.


### Code Highlights
Expand Down

0 comments on commit 12274f3

Please sign in to comment.