Skip to content

Commit e525451

Browse files
committed
debug
1 parent a0c2e19 commit e525451

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ 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: >
29+
[System.IO.File]::WriteAllBytes("key.snk", [Convert]::FromBase64String($env:KEY_SNK_B64))
30+
- dir
3031
- dotnet restore csharp -s https://api.nuget.org/v3/index.json
3132
- ps: Compress-Archive -Path "resources\geocoding\*" -DestinationPath "resources\geocoding.zip"
3233
- ps: Compress-Archive -Path "resources\test\geocoding\*" -DestinationPath "resources\test\testgeocoding.zip"

0 commit comments

Comments
 (0)