File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ jobs:
8383 - name : Checkout repository
8484 uses : actions/checkout@v4
8585
86- - name : Setup .NET ${{ matrix.dotnet-version }}
87- uses : actions/setup-dotnet@v4
88- with :
89- dotnet-version : ${{ matrix.dotnet-version }}
90- source-url : https://pkgs.dev.azure.com/msazure/OneAgile/_packaging/Agent365/nuget/v3/index.json
91- env :
92- NUGET_AUTH_TOKEN : ${{ secrets.AZURE_DEVOPS_TOKEN }}
86+ # - name: Setup .NET ${{ matrix.dotnet-version }}
87+ # uses: actions/setup-dotnet@v4
88+ # with:
89+ # dotnet-version: ${{ matrix.dotnet-version }}
90+ # source-url: https://pkgs.dev.azure.com/msazure/OneAgile/_packaging/Agent365/nuget/v3/index.json
91+ # env:
92+ # NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_TOKEN }}
9393
9494 - name : Restore dependencies
9595 run : dotnet restore Microsoft.Kairo.Sdk.sln
You can’t perform that action at this time.
0 commit comments