We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f003214 commit 06819ddCopy full SHA for 06819dd
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
dotnet-version: 10.0.x
20
21
- name: build
22
- run: dotnet build
+ run: dotnet build --configfile NuGet.Config
23
working-directory: .
24
25
# - name: test
0 commit comments