Skip to content

Commit f4d9e06

Browse files
committed
debug
1 parent a0c2e19 commit f4d9e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ branches:
2626
- main
2727
before_build:
2828
- echo %KEY_SNK_B64% > key.snk.b64
29+
- dir
30+
- cat key.snk.b64
2931
- certutil -decode key.snk.b64 key.snk
3032
- dotnet restore csharp -s https://api.nuget.org/v3/index.json
3133
- ps: Compress-Archive -Path "resources\geocoding\*" -DestinationPath "resources\geocoding.zip"

0 commit comments

Comments
 (0)