Skip to content

Commit a31a0d2

Browse files
committed
debug
1 parent a0c2e19 commit a31a0d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ branches:
2525
only:
2626
- main
2727
before_build:
28-
- echo %KEY_SNK_B64% > key.snk.b64
29-
- certutil -decode key.snk.b64 key.snk
28+
- ps: [System.IO.File]::WriteAllBytes("key.snk", [Convert]::FromBase64String($env:KEY_SNK_B64))
29+
- dir
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)