From b9d4a6726ea4cf5ea294210e73bb73bb3f3d1920 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Wed, 7 Feb 2024 17:27:12 +0530 Subject: [PATCH] chore: remove verify statement --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index e8cab58a2..7c47953b2 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -116,7 +116,7 @@ jobs: run: | dotnet pack -c Release nuget sign **/*.nupkg -Timestamper http://timestamp.digicert.com -outputdirectory .\NugetSigned -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite - nuget verify -All .\NugetSigned +# nuget verify -All .\NugetSigned # nuget push **/*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json deploy: