Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostantini authored Jan 24, 2018
1 parent 8631d17 commit 2b5dd04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/Microsoft.Bot.Connector/generateClient.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
call npm install replace@0.3.0

REM call autorest --input-file=.\Swagger\ConnectorAPI.json --csharp --namespace:Microsoft.Bot.Connector --output-folder=ConnectorAPI --add-credentials --override-client-name=ConnectorClient --use-datetimeoffset
call autorest .\Swagger\README.md --csharp

cd ConnectorAPI
Expand All @@ -10,4 +9,4 @@ call ..\node_modules\.bin\replace "FromProperty" "From" . -r --include="*.cs"
call ..\node_modules\.bin\replace "fromProperty" "from" . -r --include="*.cs"
cd ..

pause
pause

0 comments on commit 2b5dd04

Please sign in to comment.