We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7d83b commit 6aa1832Copy full SHA for 6aa1832
appveyor.yml
@@ -26,7 +26,7 @@ branches:
26
- main
27
before_build:
28
- ps: $env:KEY_SNK_B64 | Set-Content -Path "key.snk.b64"
29
- - certutil -decode key.snk.b64 key.snk
+ - certutil -decode -f key.snk.b64 key.snk
30
- dotnet restore csharp -s https://api.nuget.org/v3/index.json
31
- ps: Compress-Archive -Path "resources\geocoding\*" -DestinationPath "resources\geocoding.zip"
32
- ps: Compress-Archive -Path "resources\test\geocoding\*" -DestinationPath "resources\test\testgeocoding.zip"
0 commit comments