We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2cc13 commit d58a424Copy full SHA for d58a424
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,17 @@ jobs:
15
16
- run: npm test
17
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
29
# test action works running from the graph
30
setup-uipath-job:
31
strategy:
0 commit comments