Skip to content

Commit d58a424

Browse files
feat: install in dotnet
1 parent 8f2cc13 commit d58a424

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ jobs:
1515

1616
- run: npm test
1717

18+
dotnet-uipath-setup:
19+
runs-on: windows-latest
20+
steps:
21+
- uses: actions/checkout@v6
22+
23+
- run: dotnet nuget add source https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json --name UiPath-Official
24+
25+
- run: dotnet tool install --global UiPath.CLI.Windows
26+
27+
- run: uipcli --version
28+
1829
# test action works running from the graph
1930
setup-uipath-job:
2031
strategy:

0 commit comments

Comments
 (0)