Skip to content

Commit 89a48f5

Browse files
update
1 parent b3f7cd9 commit 89a48f5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535

3636
- name: Set up .NET Core
3737
uses: actions/setup-dotnet@v4
38-
with:
39-
global-json-file: global.json
40-
source-url: https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json
41-
env:
42-
NUGET_AUTH_TOKEN: ${{secrets.AZURE_DEVOPS_PAT}}
4338

4439
- name: Set up dependency caching for faster builds
4540
uses: actions/cache@v4
@@ -55,8 +50,8 @@ jobs:
5550
5651
- name: Restore with dotnet
5752
run: |
58-
dotnet restore
59-
dotnet build --configuration Release --no-restore --no-incremental
53+
dotnet restore /p:AccessToNugetFeed=false
54+
dotnet build --configuration Release --no-restore --no-incremental /p:AccessToNugetFeed=false
6055
6156
- name: Perform CodeQL Analysis
6257
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)