Skip to content

Commit 6aa1832

Browse files
authored
Force override snk if needed
1 parent ca7d83b commit 6aa1832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ branches:
2626
- main
2727
before_build:
2828
- ps: $env:KEY_SNK_B64 | Set-Content -Path "key.snk.b64"
29-
- certutil -decode key.snk.b64 key.snk
29+
- certutil -decode -f key.snk.b64 key.snk
3030
- dotnet restore csharp -s https://api.nuget.org/v3/index.json
3131
- ps: Compress-Archive -Path "resources\geocoding\*" -DestinationPath "resources\geocoding.zip"
3232
- ps: Compress-Archive -Path "resources\test\geocoding\*" -DestinationPath "resources\test\testgeocoding.zip"

0 commit comments

Comments
 (0)