Update nuget.yml

This commit is contained in:
Dmitri Shimanski
2025-03-19 15:25:16 +02:00
committed by GitHub
parent ac25e75072
commit 047d451e27

View File

@@ -34,7 +34,7 @@ jobs:
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal --configuration Release
run: dotnet test --no-build --verbosity normal --configuration Release -e telegram_test_token=${{secrets.TELEGRAM_TEST_TOKEN}}
- name: Pack
run: dotnet pack --no-build --configuration Release -p:PackageVersion=${{ env.PACKAGE_VERSION }}