Skip to content

Commit ff69274

Browse files
committed
temp remove nuget creation
1 parent 197004c commit ff69274

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)