File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ jobs:
159
159
160
160
- name : Setup Keylocker KSP on windows
161
161
run : |
162
- echo "Twilio.${GITHUB_TAG}.nupkg"
163
162
curl -X GET https://one.digicert.com/signingmanager/api-ui/v1/releases/Keylockertools-windows-x64.msi/download -H "x-api-key:%SM_API_KEY%" -o Keylockertools-windows-x64.msi
164
163
msiexec /i Keylockertools-windows-x64.msi /quiet /qn
165
164
smksp_registrar.exe list
@@ -176,8 +175,8 @@ jobs:
176
175
run : |
177
176
dotnet build -c Release
178
177
dotnet pack -c Release
179
- nuget sign Twilio.${{ env.RELEASE_VERSION }} .nupkg -Timestamper http://timestamp.digicert.com -outputdirectory .\NugetSigned -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite
180
- nuget push Twilio.${{ env.RELEASE_VERSION }} .nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json -SkipDuplicate
178
+ nuget sign **/* .nupkg -Timestamper http://timestamp.digicert.com -outputdirectory .\NugetSigned -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite
179
+ nuget push **/* .nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json -SkipDuplicate
181
180
env :
182
181
RELEASE_VERSION : ${{ env.RELEASE_VERSION }}
183
182
Original file line number Diff line number Diff line change 5
5
<TargetFramework >net6.0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
8
+ <IsPackable >false</IsPackable >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
You can’t perform that action at this time.
0 commit comments