Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
*.psm1 text eol=crlf
*.ps1xml text eol=crlf
build.proj text eol=crlf

generated/** linguist-generated
generated/ linguist-generated
*.cs linguist-generated
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ src/DataFactory/DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataF
.venv

# Visual studio live unit testing config
*.lutconfig
*.lutconfig
1 change: 1 addition & 0 deletions src/BotService copy/BotService.Autorest/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
generated/
10 changes: 10 additions & 0 deletions src/BotService copy/BotService.Autorest/Az.BotService.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>BotService</PsModuleName>
<PsRootModuleName>BotService</PsRootModuleName>
</PropertyGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />

</Project>
Loading