Skip to content

Commit 8cfa1c0

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

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ 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: |
24+
dotnet nuget add source https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json \
25+
--name UiPath-Official
26+
27+
- run: dotnet tool install --global UiPath.CLI.Windows
28+
29+
- run: uipcli --version
30+
1831
# test action works running from the graph
1932
setup-uipath-job:
2033
strategy:

0 commit comments

Comments
 (0)