Skip to content

Commit d204ee3

Browse files
committed
debug
1 parent a0c2e19 commit d204ee3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ branches:
2525
only:
2626
- main
2727
before_build:
28-
- echo %KEY_SNK_B64% > key.snk.b64
28+
- echo %env.KEY_SNK_B64%
29+
- ps: $env:KEY_SNK_B64 | Set-Content -Path "key.snk.b64"
2930
- certutil -decode key.snk.b64 key.snk
31+
- dir
3032
- dotnet restore csharp -s https://api.nuget.org/v3/index.json
3133
- ps: Compress-Archive -Path "resources\geocoding\*" -DestinationPath "resources\geocoding.zip"
3234
- ps: Compress-Archive -Path "resources\test\geocoding\*" -DestinationPath "resources\test\testgeocoding.zip"

0 commit comments

Comments
 (0)