Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 731 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 731 Bytes

FA Github Header

UiPath System Profiler

You can find this in the UiPath Marketplace

Testing

You can find the tests under the Tests directory and can run them using Visual Studio 2019's built-in test runner

Build and Release

We use the 'nuget' cli to build releases of this package. Simply update the version, build and run:

nuget pack .\FormulatedAutomation.UiPathProfiler.Activities.csproj -Symbols -Prop Configuration=Release -OutputDirectory ..\releases

Zip for submission Compress-Archive -DestinationPath ..\releases\[version].src.zip -Path *