Skip to content

Commit 59232b3

Browse files
committed
debug
1 parent a0c2e19 commit 59232b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
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
28+
- echo $env.KEY_SNK_B64 > key.snk.b64
2929
- certutil -decode key.snk.b64 key.snk
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)