Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit d374b32

Browse files
committed
Update build CI to add nuget URL
1 parent 9bfb335 commit d374b32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: [push]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
6+
env:
7+
NUGET_URL: https://nuget.pkg.github.com/microsoft/index.json
68
steps:
79
- name: Checkout
810
uses: actions/checkout@v2

0 commit comments

Comments
 (0)