Skip to content

Commit dd26965

Browse files
committed
fixed messed up appveyor.yml
1 parent 7e2f454 commit dd26965

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
version: 1.2.{build}
22
image: Visual Studio 2017
33
configuration: Release
4+
before_build:
45
- ps: >-
56
nuget restore
67
7-
. "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools\x64\sn.exe" -k ./MencoderSharp/MencoderSharp.snk
8-
build:
8+
. "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools\x64\sn.exe" -k ./PdfAValidator/PdfAValidator.snk
9+
sbuild:
910
verbosity: minimal
1011
artifacts:
1112
- path: '**\Mencoder*.nupkg'

0 commit comments

Comments
 (0)