Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit 6df06b7

Browse files
committed
Update workflow
1 parent 6f79b52 commit 6df06b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches-ignore: [ master ]
66

7+
env:
8+
USE_CI_FEED: false
9+
710
jobs:
811
build:
912
runs-on: ubuntu-latest
@@ -14,6 +17,7 @@ jobs:
1417
with:
1518
dotnet-version: 5.0.x
1619
- name: Copy nuget.config with development feed from Azure
20+
if: ${{ env.USE_CI_FEED == 'true' }}
1721
shell: pwsh
1822
run: Copy-Item -Path .github/nuget.config
1923
- name: Restore dependencies

0 commit comments

Comments
 (0)