Pārlūkot izejas kodu

Update nuget.yaml

tags/v2.7.2
yedajiang44 pirms 2 mēnešiem
committed by GitHub
vecāks
revīzija
0efef0e357
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: B5690EEEBB952194
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. +3
    -3
      .github/workflows/nuget.yaml

+ 3
- 3
.github/workflows/nuget.yaml Parādīt failu

@@ -19,13 +19,13 @@ jobs:
dotnet-version: '9.0.100'

- name: Restore dependencies
run: dotnet restore
run: dotnet restore src/JT808.Protocol.sln

- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release --no-restore src/JT808.Protocol.sln

- name: Pack NuGet package
run: dotnet pack --configuration Release --no-build --output ./output
run: dotnet pack --configuration Release --no-build --output ./output src/JT808.Protocol.sln

- name: Publish to NuGet
run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json


Notiek ielāde…
Atcelt
Saglabāt