Skip to content

Commit 4b0dce0

Browse files
committed
Update .appveyor.yml to image declaration.
(cherry picked from commit 5dbb34a)
1 parent a819271 commit 4b0dce0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

templates/gsl.appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,9 @@ endfunction
170170
. output(my.out_file)
171171
. copyleft(_repository.name)
172172
. define my.matrix = _repository->matrix
173-
version: 3.0.0.{build}-{branch}
173+
version: $(_repository.version).{build}-{branch}
174174

175-
os:
176-
- Visual Studio 2013
175+
image: Visual Studio 2013
177176

178177
clone_folder: c:\\git\\$(_repository.name)
179178
skip_tags: true

0 commit comments

Comments
 (0)