We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f79b52 commit 6df06b7Copy full SHA for 6df06b7
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches-ignore: [ master ]
6
7
+env:
8
+ USE_CI_FEED: false
9
+
10
jobs:
11
build:
12
runs-on: ubuntu-latest
@@ -14,6 +17,7 @@ jobs:
14
17
with:
15
18
dotnet-version: 5.0.x
16
19
- name: Copy nuget.config with development feed from Azure
20
+ if: ${{ env.USE_CI_FEED == 'true' }}
21
shell: pwsh
22
run: Copy-Item -Path .github/nuget.config
23
- name: Restore dependencies
0 commit comments