File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments