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