Skip to content

Commit 1db9f4a

Browse files
committed
debug
1 parent a0c2e19 commit 1db9f4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

+4-2
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
29-
- certutil -decode key.snk.b64 key.snk
28+
- ps: >
29+
echo "${{ env.KEY_SNK_B64 }}" | Out-File key.snk.b64
30+
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)