Skip to content

Commit

Permalink
Change post-build event command for generating nuget pkg. Update Inst…
Browse files Browse the repository at this point in the history
…all.PNG and Use.PNG
  • Loading branch information
allenlooplee committed Jan 30, 2020
1 parent e71427d commit be99b44
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<PropertyGroup>
<PostBuildEvent>
if exist $(TargetDir)Packages\Baidu.AI.Ocr*.* del $(TargetDir)Packages\Baidu.AI.Ocr*.*
if $(ConfigurationName) == Debug "$(SolutionDir).nuget\NuGet.exe" pack "$(ProjectPath)" -OutputDirectory "Packages" -IncludeReferencedProjects -Prop Configuration=$(ConfigurationName)
</PostBuildEvent>
"$(SolutionDir).nuget\NuGet.exe" pack "$(ProjectPath)" -OutputDirectory "Packages" -IncludeReferencedProjects -Prop Configuration=$(ConfigurationName)
</PostBuildEvent>
</PropertyGroup>
</Project>
Binary file modified docs/images/Install.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/Use.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/Baidu.AI.Ocr.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Tests for Baidu OCR Activities Pack",
"main": "Main.xaml",
"dependencies": {
"Baidu.AI.Ocr.Activities": "[0.2.7333.37125]",
"Baidu.AI.Ocr.Activities": "[0.2.0]",
"UiPath.Excel.Activities": "[2.8.0-preview]",
"UiPath.Mail.Activities": "[1.8.0-preview]",
"UiPath.System.Activities": "[19.12.0-preview]",
Expand Down

0 comments on commit be99b44

Please sign in to comment.