Skip to content

Commit 8d67af6

Browse files
committed
nuget
1 parent 7e2a738 commit 8d67af6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,12 @@ jobs:
1010
working-directory: ./src
1111
steps:
1212
- uses: actions/checkout@v4
13-
- run: dotnet test
13+
- name: Configure NuGet source
14+
run: |
15+
dotnet nuget add source --name ProCoSysOfficial \
16+
--username statoildeveloper \
17+
--password ${{ secrets.AZURE_ARTIFACTS_PAT }} \
18+
--store-password-in-clear-text \
19+
https://statoildeveloper.pkgs.visualstudio.com/_packaging/ProCoSysOfficial/nuget/v3/index.json
20+
- name: Run tests
21+
run: dotnet test

0 commit comments

Comments
 (0)