Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit 6f92fe1

Browse files
committed
Update appveyor.yml
fiddeling with yml
1 parent a27a2a1 commit 6f92fe1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
version: 1.0.{build}
2-
skip_tags: true
32
image: Visual Studio 2019
3+
skip_tags: true
4+
branches:
5+
only:
6+
- master
47
configuration: Release
58
before_build:
69
- ps: >-
710
nuget restore
8-
. "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools\x64\sn.exe" -k ./PostScriptValidator/PostScriptValidator.snk
911
12+
. "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools\x64\sn.exe" -k ./PostScriptValidator/PostScriptValidator.snk
1013
build:
1114
project: PostScriptValidator.sln
1215
verbosity: minimal

0 commit comments

Comments
 (0)